~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/auto_increment.result

  • Committer: Brian Aker
  • Date: 2010-02-25 07:54:52 UTC
  • mfrom: (1273.13.101 build)
  • Revision ID: brian@gaz-20100225075452-19eozreshbrerypu
Merge of all patches in build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
5       5
13
13
6       6
14
14
delete from t1 where a=6;
 
15
show table status like "t1";
 
16
Name    Engine  Version Row_format      Rows    Avg_row_length  Data_length     Max_data_length Index_length    Data_free       Auto_increment  Create_time     Update_time     Check_time      Collation       Checksum        Create_options  Comment
 
17
t1      MyISAM  0       DEFAULT 0       0       0       0       0       0       0       0       0       0       utf8_general_ci 0               
15
18
replace t1 values (3,1);
16
19
ALTER TABLE t1 add c int;
17
20
replace t1 values (3,3,3);