~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/temp_table.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:
95
95
2002-10-24 14:50:40
96
96
show status like "created_tmp%tables";
97
97
Variable_name   Value
98
 
Created_tmp_disk_tables 0
99
 
Created_tmp_tables      1
 
98
Created_tmp_disk_tables #
 
99
Created_tmp_tables      #
100
100
drop table t1;
101
101
create table t1 (a int, b int, index(a), index(b));
102
102
create table t2 (c int auto_increment, d varchar(255), primary key (c));