diff options
author | monty@mysql.com/nosik.monty.fi <> | 2006-11-27 01:47:38 +0200 |
---|---|---|
committer | monty@mysql.com/nosik.monty.fi <> | 2006-11-27 01:47:38 +0200 |
commit | fa81a82e7f2d03a4f60b1783d578ca1abeddfae9 (patch) | |
tree | b29f99476834178f395c188e1c4d352dd106fc01 /mysql-test/include | |
parent | 89570bf966570ecce761e1fea2bb5d10db91f621 (diff) | |
download | mariadb-git-fa81a82e7f2d03a4f60b1783d578ca1abeddfae9.tar.gz |
Fixed a LOT of compiler warnings
Added missing DBUG_RETURN statements (in mysqldump.c)
Added missing enums
Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes
Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/im_check_env.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/im_check_env.inc b/mysql-test/include/im_check_env.inc index 019e0984614..883e5d00fe4 100644 --- a/mysql-test/include/im_check_env.inc +++ b/mysql-test/include/im_check_env.inc @@ -22,4 +22,5 @@ SHOW VARIABLES LIKE 'server_id'; # Check that IM understands that mysqld1 is online, while mysqld2 is # offline. +--replace_result starting XXXXX online XXXXX SHOW INSTANCES; |