~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/create.test

Updating from additional schemas added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1189
1189
# database, table, field, key
1190
1190
select * from имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48;
1191
1191
 
1192
 
select TABLE_NAME from information_schema.old_tables where
 
1192
select TABLE_NAME from data_dictionary.tables where
1193
1193
table_schema='test';
1194
1194
 
1195
1195
select COLUMN_NAME from information_schema.old_columns where