~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

MergedĀ fromĀ Harrison.

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
information_schema      16
162
162
show create database information_schema;
163
163
Database        Create Database
164
 
information_schema      CREATE DATABASE "information_schema" /*!40100 DEFAULT CHARACTER SET utf8 */
 
164
information_schema      CREATE DATABASE `information_schema` /*!40100 DEFAULT CHARACTER SET utf8 */
165
165
create table t1(f1 LONGBLOB, f2 LONGTEXT);
166
166
select column_name,data_type,CHARACTER_OCTET_LENGTH,
167
167
CHARACTER_MAXIMUM_LENGTH