~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

  • Committer: Andrew Hutchings
  • Date: 2009-01-10 17:58:59 UTC
  • mto: (784.1.5 for-brian) (779.1.10 devel)
  • mto: This revision was merged to the branch mainline in revision 785.
  • Revision ID: linuxjedi@linuxjedi-laptop-20090110175859-916u2vhhstdr8xes
Fix tests for modified code

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
information_schema      23
129
129
show create database information_schema;
130
130
Database        Create Database
131
 
information_schema      CREATE DATABASE `information_schema` /*!40100 DEFAULT CHARACTER SET utf8 */
 
131
information_schema      CREATE DATABASE `information_schema`
132
132
create table t1(f1 LONGBLOB, f2 LONGTEXT);
133
133
select column_name,data_type,CHARACTER_OCTET_LENGTH,
134
134
CHARACTER_MAXIMUM_LENGTH