You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Db Name Definer Time zone Type Execute at Interval value Interval field Starts Ends Status Originator character_set_client collation_connection Database Collation
226
-
test teste_bug11763507 root@localhost SYSTEM ONE TIME # # # # NULL ENABLED 1 latin1 latin1_swedish_ci latin1_swedish_ci
227
-
SHOW EVENTS LIKE 'TESTE_bug11763507';
228
-
Db Name Definer Time zone Type Execute at Interval value Interval field Starts Ends Status Originator character_set_client collation_connection Database Collation
229
-
test teste_bug11763507 root@localhost SYSTEM ONE TIME # # # # NULL ENABLED 1 latin1 latin1_swedish_ci latin1_swedish_ci
Copy file name to clipboardExpand all lines: mysql-test/r/sp_notembedded.result
+21
Original file line number
Diff line number
Diff line change
@@ -308,4 +308,25 @@ SELECT `my.db`.f1(2);
308
308
2
309
309
# Switching to default connection.
310
310
DROP DATABASE `my.db`;
311
+
USE test;
311
312
set @@global.concurrent_insert= @old_concurrent_insert;
313
+
#
314
+
# Bug#11763507 - 56224: FUNCTION NAME IS CASE-SENSITIVE
315
+
#
316
+
SET @@SQL_MODE = '';
317
+
CREATE EVENT teste_bug11763507 ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 1 HOUR
318
+
DO SELECT 1 $
319
+
SHOW EVENTS LIKE 'teste_bug11763507';
320
+
Db Name Definer Time zone Type Execute at Interval value Interval field Starts Ends Status Originator character_set_client collation_connection Database Collation
321
+
test teste_bug11763507 root@localhost SYSTEM ONE TIME # # # # NULL ENABLED 1 latin1 latin1_swedish_ci latin1_swedish_ci
322
+
SHOW EVENTS LIKE 'TESTE_bug11763507';
323
+
Db Name Definer Time zone Type Execute at Interval value Interval field Starts Ends Status Originator character_set_client collation_connection Database Collation
324
+
test teste_bug11763507 root@localhost SYSTEM ONE TIME # # # # NULL ENABLED 1 latin1 latin1_swedish_ci latin1_swedish_ci
0 commit comments