~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/rpl/r/rpl_stm_000001.result

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
start slave;
7
7
create table t1 (word char(20) not null);
8
8
load data infile '../std_data_ln/words.dat' into table t1;
9
 
load data local infile 'MYSQL_TEST_DIR/std_data/words.dat' into table t1;
 
9
load data local infile 'DRIZZLE_TEST_DIR/std_data/words.dat' into table t1;
10
10
select * from t1 limit 10;
11
11
word
12
12
Aarhus