~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

Merge Brian - Adds random_number, random_string, and a counter table to DD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
table_name NOT LIKE 'falcon%'
92
92
GROUP BY TABLE_SCHEMA ORDER BY table_schema;
93
93
table_schema    count(*)
94
 
DATA_DICTIONARY 42
 
94
DATA_DICTIONARY 45
95
95
INFORMATION_SCHEMA      20
96
96
create table t1(f1 LONGBLOB, f2 LONGTEXT);
97
97
select column_name,data_type,CHARACTER_OCTET_LENGTH,