~ubuntu-branches/ubuntu/maverick/drizzle/maverick

« back to all changes in this revision

Viewing changes to tests/include/have_binlog_format_mixed.inc

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-03-18 12:12:31 UTC
  • Revision ID: james.westby@ubuntu.com-20100318121231-k6g1xe6cshbwa0f8
Tags: upstream-2010.03.1347
ImportĀ upstreamĀ versionĀ 2010.03.1347

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--source include/have_log_bin.inc
 
2
 
 
3
-- require r/have_binlog_format_mixed.require
 
4
disable_query_log;
 
5
show variables like "binlog_format";
 
6
enable_query_log;