~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/r/tablelock.result

  • Committer: brian
  • Date: 2008-07-03 12:39:14 UTC
  • Revision ID: brian@localhost.localdomain-20080703123914-lry82qf74f6cbyzs
Disabling myisam tools until incomming link patch from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
insert into t1 values (1);
52
52
show columns from t1;
53
53
Field   Type    Null    Key     Default Extra
54
 
f1      int     YES             NULL    
 
54
f1      int(11) YES             NULL    
55
55
insert into t1 values(2);
56
56
drop table t1;
57
57
unlock tables;