~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/test-suite-dir/embedded_innodb/tests/r/basic_innodb_table_proto_table.result

  • Committer: Monty Taylor
  • Date: 2010-08-20 17:58:02 UTC
  • mfrom: (1722.1.2 intel-fixes)
  • Revision ID: mordred@inaugust.com-20100820175802-7ankre4f7j4flvte
Fixed embedded_innodb and ICC.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  `table_name` varbinary(192) DEFAULT NULL,
5
5
  `message` blob,
6
6
  PRIMARY KEY (`table_name`) USING BTREE
7
 
) ENGINE=InnoDB
 
7
) ENGINE=InnoDB COLLATE = utf8_general_ci
8
8
select * from data_dictionary.innodb_table_definitions;
9
9
table_name      message
10
10
use data_dictionary;