diff options
author | unknown <lars@mysql.com> | 2004-11-03 18:23:58 +0100 |
---|---|---|
committer | unknown <lars@mysql.com> | 2004-11-03 18:23:58 +0100 |
commit | 539e2130b02b09581586ab1b1efd7ece8ef3ef4d (patch) | |
tree | 6e88240a0871cb06a9567374c0df685347e20d8e /mysql-test/t/rpl_failed_optimize-master.opt | |
parent | 78c4faa297539c95c33c69d00dfb5e129c2afcca (diff) | |
download | mariadb-git-539e2130b02b09581586ab1b1efd7ece8ef3ef4d.tar.gz |
Fix for bug#5551 (Version 4).
The idea of the fix is that the administrative statements
OPTIMIZE TABLE, REPAIR TABLE and ANALYZE TABLE should not
generate binlog errors if there is no errors on the master.
sql/sql_parse.cc:
No binlog error generated
sql/sql_table.cc:
Documentation
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'mysql-test/t/rpl_failed_optimize-master.opt')
-rw-r--r-- | mysql-test/t/rpl_failed_optimize-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_failed_optimize-master.opt b/mysql-test/t/rpl_failed_optimize-master.opt new file mode 100644 index 00000000000..a6ef074a120 --- /dev/null +++ b/mysql-test/t/rpl_failed_optimize-master.opt @@ -0,0 +1 @@ +--innodb-lock-wait-timeout=1 |