diff options
author | unknown <anozdrin@mysql.com> | 2006-03-28 01:01:51 +0400 |
---|---|---|
committer | unknown <anozdrin@mysql.com> | 2006-03-28 01:01:51 +0400 |
commit | e4e2e5024a3053df8a1bb788fbd6081047b72f12 (patch) | |
tree | 8c567bca738381c63383460287c6c394e64a214f /mysql-test/r | |
parent | ce494285fc8e22092d7521e04f161b2cbf46139a (diff) | |
download | mariadb-git-e4e2e5024a3053df8a1bb788fbd6081047b72f12.tar.gz |
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.
Diffstat (limited to 'mysql-test/r')
0 files changed, 0 insertions, 0 deletions