~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/select.test

Remove "full" syntax.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1762
1762
show tables from test like "t?";
1763
1763
# We mask out the Privileges column because it differs with embedded server
1764
1764
--replace_column 8 #
1765
 
show full columns from t2;
1766
 
--replace_column 8 #
1767
 
show full columns from t2 from test like 'f%';
1768
 
--replace_column 8 #
1769
 
show full columns from t2 from test like 's%';
 
1765
show columns from t2;
 
1766
--replace_column 8 #
 
1767
show columns from t2 from test like 'f%';
 
1768
--replace_column 8 #
 
1769
show columns from t2 from test like 's%';
1770
1770
#show keys from t2;
1771
1771
 
1772
1772
drop table t4, t3, t2, t1;