~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/information_schema.test

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
--replace_column 8 # 12 # 13 #
41
41
show table status;
42
42
show full columns from t3 like "a%";
43
 
show full columns from mysql.db like "Insert%";
44
43
select * from information_schema.COLUMNS where table_name="t1"
45
44
and column_name= "a";
46
45
show columns from mysqltest.t1 where field like "%a%";