~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/create.result

  • Committer: Brian Aker
  • Date: 2010-02-15 18:29:31 UTC
  • mto: (1273.13.68 build)
  • mto: This revision was merged to the branch mainline in revision 1303.
  • Revision ID: brian@gaz-20100215182931-ooy48h72plspoehy
More removal of show code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
Error   1062    Duplicate entry '3' for key 'PRIMARY'
273
273
show status like "Opened_tables";
274
274
Variable_name   Value
275
 
Opened_tables   2
 
275
Opened_tables   #
276
276
select * from t1;
277
277
a       b
278
278
1       1
1355
1355
Handler_read_next       0
1356
1356
Handler_read_prev       0
1357
1357
Handler_read_rnd        0
1358
 
Handler_read_rnd_next   7
 
1358
Handler_read_rnd_next   13
1359
1359
drop table t1,t2;
1360
1360
CREATE TABLE t1(c1 VARCHAR(33), KEY USING BTREE (c1));
1361
1361
DROP TABLE t1;