~vkolesnikov/pbxt/pbxt-07-diskfull

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/t/ndb_binlog_basic2.test

  • Committer: paul-mccullagh
  • Date: 2006-10-23 09:14:04 UTC
  • Revision ID: paul-mccullagh-918861e03d351978a9541168a96e58cc826734ee
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- source include/have_ndb.inc
 
2
 
 
3
--error ER_NDB_CANT_SWITCH_BINLOG_FORMAT
 
4
set session binlog_format=row;
 
5
--error ER_NDB_CANT_SWITCH_BINLOG_FORMAT
 
6
set session binlog_format=statement;
 
7
--error ER_NDB_CANT_SWITCH_BINLOG_FORMAT
 
8
set global binlog_format=row;
 
9
--error ER_NDB_CANT_SWITCH_BINLOG_FORMAT
 
10
set global binlog_format=statement;
 
11
--error ER_NDB_CANT_SWITCH_BINLOG_FORMAT
 
12
set session binlog_format=default;
 
13
--error ER_NDB_CANT_SWITCH_BINLOG_FORMAT
 
14
set global binlog_format=default;