~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/information_schema.test

  • Committer: Brian Aker
  • Date: 2010-03-09 22:42:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1330.
  • Revision ID: brian@gaz-20100309224217-7b3y81mpb2r0xhdz
Overhaul of SHOW TABLE STATUS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
select * from data_dictionary.indexes where TABLE_SCHEMA = "mysqltest";
24
24
 
25
25
show tables like 't%';
26
 
--replace_column 8 # 12 # 13 #
27
 
#show table status;
 
26
--replace_column 1 #  6 # 7 # 8 # 9 # 10 #
 
27
show table status;
28
28
show columns from t3 like "a%";
29
29
select * from data_dictionary.columns where table_name="t1"
30
30
and column_name= "a";