~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/include/have_log_bin.inc

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-- require r/have_log_bin.require
2
2
disable_query_log;
3
 
show variables like "log_bin";
 
3
show variables like 'log_bin';
4
4
enable_query_log;