~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to tests/r/auto_increment.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:
12
12
5       5
13
13
6       6
14
14
delete from t1 where a=6;
 
15
show table status like "t1";
 
16
Session Schema  Name    Type    Engine  Version Rows    Avg_row_length  Table_size      Auto_increment
 
17
#       test    t1      TEMPORARY       MyISAM  #       #       #       #       #
15
18
replace t1 values (3,1);
16
19
ALTER TABLE t1 add c int;
17
20
replace t1 values (3,3,3);