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:
@@ -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
|
||||
|
Reference in New Issue
Block a user