~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2008-07-07 02:40:36 UTC
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080707024036-evzdmi8fjvcxm1lb
sql => server (initial patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
insert into `������` values (1);
203
203
insert into t1 select * from `������`
204
204
EOF
205
 
--exec $MYSQL --character-sets-dir=../sql/share/charsets/ --default-character-set=latin1 test < $MYSQLTEST_VARDIR/tmp/bug14157.sql
 
205
--exec $MYSQL --character-sets-dir=../server/share/charsets/ --default-character-set=latin1 test < $MYSQLTEST_VARDIR/tmp/bug14157.sql
206
206
 
207
207
sync_slave_with_master;
208
208
#connection slave;