diff options
author | unknown <anozdrin@mysql.com> | 2006-03-01 14:13:07 +0300 |
---|---|---|
committer | unknown <anozdrin@mysql.com> | 2006-03-01 14:13:07 +0300 |
commit | a44a924a407ae1f1135a14ee750468e6fc88d9b0 (patch) | |
tree | baf54f335b2a6ccc3c2d1da9406e0832ddb6c26b /mysql-test/std_data/bug16266.000001 | |
parent | 2efabfd11a6fa5621c851a472c076e4ef5184d6d (diff) | |
download | mariadb-git-a44a924a407ae1f1135a14ee750468e6fc88d9b0.tar.gz |
Fix for BUG#16266: Definer is not fully qualified error during replication.
The idea of the fix is to extend support of non-SUID triggers for backward
compatibility. Formerly non-SUID triggers were appeared when "new" server
is being started against "old" database. Now, they are also created when
"new" slave receives updates from "old" master.
mysql-test/r/rpl_trigger.result:
Updated the result file with the results of the test for BUG#16266.
mysql-test/t/rpl_trigger.test:
Added the test case for BUG#16266.
sql/mysql_priv.h:
Added an utility operation to be used from sql_yacc.yy.
sql/sql_parse.cc:
Add a utility operation to be used from sql_yacc.yy.
sql/sql_trigger.cc:
Extend support of non-SUID triggers.
sql/sql_view.cc:
Initialize LEX::definer if DEFINER-clause is missing.
sql/sql_yacc.yy:
Extended support of non-SUID triggers.
mysql-test/std_data/bug16266.000001:
A new binlog file for testing a patch for BUG#16266.
Diffstat (limited to 'mysql-test/std_data/bug16266.000001')
-rw-r--r-- | mysql-test/std_data/bug16266.000001 | bin | 0 -> 532 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/mysql-test/std_data/bug16266.000001 b/mysql-test/std_data/bug16266.000001 Binary files differnew file mode 100644 index 00000000000..1b24d231511 --- /dev/null +++ b/mysql-test/std_data/bug16266.000001 |