mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / include / have_log_bin.inc
blob369af9b8e1dd9b2b19d82471ea87e79ad8bec3fc
1 # ==== Purpose ====
2
3 # Ensure that the server is running with binlogging on
5 # ==== Usage ====
7 # source include/have_log_bin.inc;
9 -- require r/have_log_bin.require
10 disable_query_log;
11 show variables like 'log_bin';
12 enable_query_log;