1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-10 23:02:54 +03:00
Files
mariadb/sql
unknown e4e2e5024a Fix for BUG#15921: DROP TRIGGER - can't be drop trigger created
in older version.

The problem is that TRN-files created in "old" versions contain
junk in trigger_table field, which is not acceptable in "new" versions.


sql/parse_file.cc:
  1. Made parse_escaped_string() available globally;
  2. Polishing: fixing the comments.
sql/parse_file.h:
  Made parse_escaped_string() available globally.
sql/sql_trigger.cc:
  1. Polishing
  2. Removed declaration of global handle_old_incorrect_sql_modes()
     since it is not used anymore.
  3. Added a hook to support invalid "trigger_table" field in TRN-file
     from old versions.
2006-03-28 01:01:51 +04:00
..
2005-11-26 08:54:13 +01:00
2005-09-30 14:03:55 +02:00
2005-11-03 22:42:25 +02:00
2006-02-03 00:07:36 +03:00
2006-03-18 10:11:36 +01:00
2006-02-17 10:52:32 +04:00
2005-08-12 13:54:42 +03:00
2005-07-25 12:57:23 -07:00
2006-03-24 12:44:54 -08:00
2005-10-15 14:32:37 -07:00
2005-06-07 00:31:53 +03:00
2006-02-17 10:52:32 +04:00
2006-03-10 12:12:08 +01:00
2006-03-16 00:15:23 -08:00
2005-06-07 00:31:53 +03:00
2006-02-14 08:24:01 +04:00
2006-02-17 10:52:32 +04:00
2006-02-01 16:00:11 +01:00
2005-05-26 21:01:55 +02:00
2005-08-12 17:57:19 +03:00
2006-03-14 18:49:37 +03:00
2005-12-14 01:21:56 +02:00
2005-07-31 12:49:55 +03:00
2005-12-06 08:19:23 +01:00