~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to tests/r/join_outer.result

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1189
1189
4       ddddddd
1190
1190
show status like 'Handler_read%';
1191
1191
Variable_name   Value
1192
 
Handler_read_first      1
1193
 
Handler_read_key        8
1194
 
Handler_read_next       0
1195
 
Handler_read_prev       0
1196
 
Handler_read_rnd        0
1197
 
Handler_read_rnd_next   6
 
1192
Handler_read_first      #
 
1193
Handler_read_key        #
 
1194
Handler_read_next       #
 
1195
Handler_read_prev       #
 
1196
Handler_read_rnd        #
 
1197
Handler_read_rnd_next   #
1198
1198
DROP TABLE t1,t2;
1199
1199
CREATE TABLE t1 (c int  PRIMARY KEY, e int NOT NULL);
1200
1200
INSERT INTO t1 VALUES (1,0), (2,1);