~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/tests/r/innodb_status.result

Merging Stewart's show create table patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
43
5
5
show create table INNODB_STATUS;
6
6
Table   Create Table
7
 
INNODB_STATUS   CREATE TABLE `innodb_status` (
 
7
INNODB_STATUS   CREATE TABLE `INNODB_STATUS` (
8
8
  `VARIABLE_NAME` varchar(256) NOT NULL,
9
9
  `VARIABLE_VALUE` varchar(256) NOT NULL
10
 
) ENGINE=FunctionEngine
 
10
) ENGINE=FunctionEngine COLLATE = utf8_general_ci