summaryrefslogtreecommitdiff
path: root/mysql-test/r/no_binlog.result
diff options
context:
space:
mode:
authorLuis Soares <luis.soares@sun.com>2010-02-05 17:51:55 +0000
committerLuis Soares <luis.soares@sun.com>2010-02-05 17:51:55 +0000
commit3ad5d21ebc981a0b8c59597f0f1a306f3c9d6bf2 (patch)
tree7a2a72aa06d71580ef40999de03255a652af8754 /mysql-test/r/no_binlog.result
parenta0e19f681601979231effab07a2bb6f7e3fbc33c (diff)
downloadmariadb-git-3ad5d21ebc981a0b8c59597f0f1a306f3c9d6bf2.tar.gz
BUG#50780: 'show binary logs' debug assertion when binary
logging is disabled The server would hit an assertion because of a DBUG violation. There was a missing DBUG_RETURN and instead a plain return was used. This patch replaces the return with DBUG_RETURN.
Diffstat (limited to 'mysql-test/r/no_binlog.result')
-rw-r--r--mysql-test/r/no_binlog.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/no_binlog.result b/mysql-test/r/no_binlog.result
new file mode 100644
index 00000000000..6ae267664fd
--- /dev/null
+++ b/mysql-test/r/no_binlog.result
@@ -0,0 +1,2 @@
+SHOW BINARY LOGS;
+ERROR HY000: You are not using binary logging