1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-02 02:53:04 +03:00
Files
mariadb/sql
Luis Soares 9d102947e8 BUG#57899: Certain reserved words should not be reserved
In MySQL 5.5 the new reserved words include:
SLOW                    as in FLUSH SLOW LOGS
GENERAL                 as in FLUSH GENERAL LOGS
IGNORE_SERVER_IDS       as in CHANGE MASTER ... IGNORE_SERVER_IDS
MASTER_HEARTBEAT_PERIOD as in CHANGE MASTER ... MASTER_HEARTBEAT_PERIOD

These are not reserved words in standard SQL, or in Oracle 11g,
and as such, may affect existing applications.

We fix this by adding the new words to the list of 
keywords that are allowed for labels in SPs.
2010-11-03 14:51:52 +00:00
..
2010-08-16 14:50:27 +02:00
2010-07-25 19:30:18 +02:00
2010-05-24 14:51:59 +02:00
2010-10-28 12:08:09 +02:00
2010-05-28 19:53:26 -03:00
2010-03-31 16:05:33 +02:00
2010-07-30 16:56:57 +03:00
2010-08-13 14:20:49 +03:00
2010-09-09 16:43:45 +04:00
2010-10-06 13:02:11 +03:00
2010-08-30 11:36:04 +04:00
2010-08-30 11:36:04 +04:00
2010-10-07 12:17:08 +04:00
2010-10-07 12:17:08 +04:00
2010-10-08 18:06:31 +04:00
2010-03-31 16:05:33 +02:00
2010-10-23 21:09:27 +08:00
2010-09-29 17:26:32 +03:00
2010-10-04 15:42:16 +03:00
2010-08-30 18:07:40 +04:00
2010-09-16 16:20:35 +04:00
2010-06-11 10:15:55 +02:00
2010-04-13 19:04:45 +04:00
2010-10-16 22:20:35 +08:00
2010-03-31 16:05:33 +02:00
2010-09-06 17:04:32 +02:00
2010-10-12 14:07:13 +04:00
2010-10-23 21:09:27 +08:00
2010-10-23 21:09:27 +08:00
2010-10-23 21:09:27 +08:00
2010-08-31 13:59:51 +04:00
2010-10-28 12:08:09 +02:00
2010-10-27 09:32:26 +02:00
2010-09-27 16:55:09 +04:00
2010-09-29 14:48:57 +03:00
2010-08-26 14:17:27 +04:00
2010-08-12 20:44:41 +04:00
2010-10-27 09:32:26 +02:00
2010-10-04 15:42:16 +03:00
2009-12-03 21:37:38 +03:00