~jaypipes/drizzle/xa-transaction-log

« back to all changes in this revision

Viewing changes to tests/r/auto_increment.result

  • Committer: Jay Pipes
  • Date: 2010-03-11 00:18:09 UTC
  • mfrom: (1273.1.60 staging)
  • Revision ID: jpipes@serialcoder-20100311001809-bwqn45a6l4u1gtbk
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
6       6
14
14
delete from t1 where a=6;
15
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               
 
16
Session Schema  Name    Type    Engine  Version Rows    Avg_row_length  Table_size      Auto_increment
 
17
#       test    t1      TEMPORARY       MyISAM  #       #       #       #       #
18
18
replace t1 values (3,1);
19
19
ALTER TABLE t1 add c int;
20
20
replace t1 values (3,3,3);