mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / t / no_binlog.test
blobfa9c87079de4530e51b8949281f02fad2d9b7c95
1 -- source include/not_embedded.inc
3 # BUG#50780: 'show binary logs' debug assertion when binary logging is disabled
5 -- error ER_NO_BINARY_LOGGING
6 SHOW BINARY LOGS;