diff options
author | Michael Widenius <monty@askmonty.org> | 2010-04-07 18:26:30 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-04-07 18:26:30 +0300 |
commit | b34262264ab916fd8f261333b6caae6a4e3d17be (patch) | |
tree | 1c3c8e4362e8719caac840a408bbc4fb63ba0ae6 /support-files | |
parent | 1bee5903474aeac60171c64142ce402b3f695c4e (diff) | |
download | mariadb-git-b34262264ab916fd8f261333b6caae6a4e3d17be.tar.gz |
Fixed suppression of compiler/test warnings
Fixed some timing issues in test suite
mysql-test/mysql-test-run.pl:
Added suppression of errors that comes when master is killed before slave has connect (like with rpl_udf.test)
mysql-test/suite/funcs_1/datadict/processlist_priv.inc:
Wait for check thread to end
mysql-test/suite/pbxt/t/status.test:
Added longer sleep to avoid timing issue
support-files/compiler_warnings.supp:
Fixed wrong suppression
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/compiler_warnings.supp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index bd77e3b4a08..36442cb2e36 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -40,7 +40,7 @@ sync/sync0sync\.c: unused parameter sync/sync0sync\.c: unused variable ut/ut0ut\.c: ignoring return value of srv/srv0srv\.c: value computed is not used -buf/buf0buf\.c: warning: .*block_mutex.* might be used uninitialized +buf/buf0buf\.c: .*block_mutex.* might be used uninitialized # # bdb is not critical to keep up to date |