~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/rpl/r/rpl_row_001.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  ORDER BY word LIMIT 10;
11
11
word
12
12
Aarhus