diff options
author | unknown <lars@mysql.com> | 2005-06-17 14:03:27 +0200 |
---|---|---|
committer | unknown <lars@mysql.com> | 2005-06-17 14:03:27 +0200 |
commit | 3605f7a54001245bb5d543aa1874036e431123b7 (patch) | |
tree | 15e2cd6c1fabbda4107517b7a13fb0341e084f96 /mysql-test/include/rpl_stmt_seq.inc | |
parent | db10586e809862f90e42932f61a421f2ca1dc46b (diff) | |
download | mariadb-git-3605f7a54001245bb5d543aa1874036e431123b7.tar.gz |
Fix of 5.0 tree
Diffstat (limited to 'mysql-test/include/rpl_stmt_seq.inc')
-rw-r--r-- | mysql-test/include/rpl_stmt_seq.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/rpl_stmt_seq.inc b/mysql-test/include/rpl_stmt_seq.inc index d56ee02e33c..3c91505d0d6 100644 --- a/mysql-test/include/rpl_stmt_seq.inc +++ b/mysql-test/include/rpl_stmt_seq.inc @@ -7,7 +7,7 @@ ############################################################### # Debug options : To debug this test script ############################################################### -let $showbinlog= 0; +let $show_binlog= 0; let $manipulate= 1; ######## The typical test sequence |