diff options
author | Rohit Kalhans <rohit.kalhans@oracle.com> | 2012-07-03 18:00:21 +0530 |
---|---|---|
committer | Rohit Kalhans <rohit.kalhans@oracle.com> | 2012-07-03 18:00:21 +0530 |
commit | 91c8e79fcd98bb586f32b22f5d67fcd5ae08ae28 (patch) | |
tree | 858ebac5122efb66a0f1186bd881672794fa6fdc /libmysqld/examples/Makefile.am | |
parent | 521deaf36f3ae6686ebea64afe5d3195ad3f80d2 (diff) | |
download | mariadb-git-91c8e79fcd98bb586f32b22f5d67fcd5ae08ae28.tar.gz |
BUG#11762667:MYSQLBINLOG IGNORES ERRORS WHILE WRITING OUTPUT
This is a followup patch for the bug enabling the test
i_binlog.binlog_mysqlbinlog_file_write.test
this was disabled in mysql trunk and mysql 5.5 as in the release
build mysqlbinlog was not debug compiled whereas the mysqld was.
Since have_debug.inc script checks only for mysqld to be debug
compiled, the test was not being skipped on release builds.
We resolve this problem by creating a new inc file
mysqlbinlog_have_debug.inc which checks exclusively for mysqlbinlog
to be debug compiled. if not it skips the test.
mysql-test/include/mysqlbinlog_have_debug.inc:
new inc file to check if mysqlbinlog is debug compiled.
Diffstat (limited to 'libmysqld/examples/Makefile.am')
0 files changed, 0 insertions, 0 deletions