~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/data_dictionary_like_info.test

Remove "full" syntax.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#show tables like 't%';
31
31
--replace_column 8 # 12 # 13 #
32
32
#show table status;
33
 
#show full columns from t3 like "a%";
 
33
#show columns from t3 like "a%";
34
34
select * from data_dictionary.COLUMNS where table_name="t1"
35
35
and column_name= "a";
36
36