~prafulla-t/drizzle/drz-bugfix-608416

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-08-04 01:57:12 UTC
  • mfrom: (1684.1.2 drizzle)
  • Revision ID: brian@gaz-20100804015712-50u80w8ie7p9fgau
Merge Stewart.

Show diffs side-by-side

added added

removed removed

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