diff options
author | unknown <monty@narttu.mysql.fi> | 2003-03-18 11:17:48 +0200 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-03-18 11:17:48 +0200 |
commit | aa08887f7b724d8fc07d2d807d4b0b364ac937a7 (patch) | |
tree | a7bad6bcbb23f23c615a80983400f8c52ae5b2f3 /mysql-test | |
parent | 8cb27d2ff15fcf1b064c966ef037b4be5f3c2fee (diff) | |
download | mariadb-git-aa08887f7b724d8fc07d2d807d4b0b364ac937a7.tar.gz |
Fixes to avoid errors from valgrind
Fixed problem with 'wrong packet number' in union
include/my_global.h:
Fix for valgrind
mysql-test/t/rpl_rotate_logs.test:
Fix to avoid timeing problem
sql/item.h:
Indentation change
sql/set_var.cc:
Fix to avoid reference to uninitialized memory
sql/sql_select.cc:
More DBUG_PRINT messages
Fixed problem with 'wrong packet number' in union (tmp_join.error was not correctly reset)
sql/sql_union.cc:
Simple code cleanup
strings/ctype-simple.c:
Fix for valgrind
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/rpl_rotate_logs.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_rotate_logs.test b/mysql-test/t/rpl_rotate_logs.test index 0852eb584d5..8ad5109d2c6 100644 --- a/mysql-test/t/rpl_rotate_logs.test +++ b/mysql-test/t/rpl_rotate_logs.test @@ -91,6 +91,7 @@ sync_slave_with_master; connection master; purge master logs to 'master-bin.000002'; show binary logs; +--sleep 1; purge logs before now(); show binary logs; insert into t2 values (65); |