1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

fix for bug#16415 Events names are case sensitive

This commit is contained in:
andrey@lmy004.
2006-03-24 17:45:52 +01:00
parent 907a11e828
commit 531ad766ed
6 changed files with 46 additions and 5 deletions

View File

@@ -671,6 +671,7 @@ ALTER TABLE event ADD sql_mode
) DEFAULT '' NOT NULL AFTER on_completion;
UPDATE user SET Event_priv=Super_priv WHERE @hadEventPriv = 0;
ALTER TABLE event MODIFY name char(64) CHARACTER SET utf8 NOT NULL default '';
--
-- TRIGGER privilege