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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_row_create_table.result

  • 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:
467
467
DROP TEMPORARY TABLES t7;
468
468
DROP TABLES t4, t5;
469
469
DROP TABLES IF EXISTS bug48506_t4;
 
470
CREATE TABLE t1 SELECT 1;
 
471
CREATE TABLE IF NOT EXISTS t1 SELECT 1;
 
472
Warnings:
 
473
Note    1050    Table 't1' already exists
 
474
Comparing tables master:test.t1 and slave:test.t1
 
475
DROP TABLE t1;
470
476
end of the tests