diff options
author | Michael Widenius <monty@mariadb.org> | 2014-03-18 10:26:50 +0200 |
---|---|---|
committer | Michael Widenius <monty@mariadb.org> | 2014-03-18 10:26:50 +0200 |
commit | 1127d567357418d156822e4ebb9eb99b08514c2d (patch) | |
tree | 1c6928e89824bfcc53feee0f1eb884f624c26ec0 /mysql-test/suite | |
parent | 3f8c76f9e5cb9a6f9e40e81859ead33bfbbd3a8f (diff) | |
download | mariadb-git-1127d567357418d156822e4ebb9eb99b08514c2d.tar.gz |
Fixed some buildbot failures
mysql-test/suite/rpl/t/rpl_000011-master.opt:
Added master.opt file to ensure that other tests don't interfere with rpl_000011
plugin/server_audit/server_audit.c:
Fixed compiler error on solaris
support-files/compiler_warnings.supp:
Ignore warning from xtradb
Diffstat (limited to 'mysql-test/suite')
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_000011-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_000011-master.opt b/mysql-test/suite/rpl/t/rpl_000011-master.opt new file mode 100644 index 00000000000..7c3d2411b28 --- /dev/null +++ b/mysql-test/suite/rpl/t/rpl_000011-master.opt @@ -0,0 +1 @@ +--verbose=1 |