1-- source include/not_embedded.inc
2
3# BUG#50780: 'show binary logs' debug assertion when binary logging is disabled
4
5-- error ER_NO_BINARY_LOGGING
6SHOW BINARY LOGS;
7