PlaneShift

Development => Development Deliberation => Topic started by: Unazz31 on March 21, 2005, 08:30:53 am

Title: ps + Mysql 5.0
Post by: Unazz31 on March 21, 2005, 08:30:53 am
It seems that the word \"Trigger\" is no reserved in Mysql 5.0. So some change have to be made in ths ps database.

I changed :
- \"Trigger\" by \"Triggers\" in npc_triggers.sql
- And the trigger request in dictionnary.cpp.

That\'s all.
Title:
Post by: clafarge on April 29, 2005, 10:27:05 pm
Didn\'t MySQL 5\'s latest beta include Trigger and Stored Procedure functionality for the first time?  Trigger remains a word that is often enough a reserved word (in lots of DBMS) to stay away from it anyway.