~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_not_null_myisam.test

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#################################################################################
 
2
# This test checks if the replication between "null" fields to either "null"
 
3
# fields or "not null" fields works properly. In the first case, the execution
 
4
# should work fine. In the second case, it may fail according to the sql_mode
 
5
# being used.
 
6
#
 
7
# The test is devided in three main parts:
 
8
#
 
9
# 1 - NULL --> NULL (no failures)
 
10
# 2 - NULL --> NOT NULL ( sql-mode  = STRICT and failures)
 
11
# 3 - NULL --> NOT NULL ( sql-mode != STRICT and no failures)
 
12
#
 
13
#################################################################################
 
14
--source include/master-slave.inc
 
15
--source include/have_binlog_format_row.inc
 
16
 
 
17
let $engine=MyISAM;
 
18
--source extra/rpl_tests/rpl_not_null.test