~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to mysql-test/extra/rpl_tests/rpl_charset.test

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# This test will fail if the server/client does not support enough charsets.
3
3
 
4
4
source include/master-slave.inc;
5
 
--disable_warnings
6
5
set timestamp=1000000000;
7
 
drop database if exists mysqltest2;
8
 
drop database if exists mysqltest3;
9
 
--enable_warnings
10
6
 
11
7
create database mysqltest2 character set latin2;
12
8
set @@character_set_server=latin5;      
151
147
set @p=_latin1 'test';
152
148
update t1 set pk='test' where pk=@p;
153
149
drop table t1;
154
 
sync_slave_with_master;
155
150
 
156
151
# End of 4.1 tests
 
152
--source include/rpl_end.inc