~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Joseph Daly
  • Date: 2011-04-28 02:29:52 UTC
  • mto: (2290.1.6 server_uuid_repl)
  • mto: This revision was merged to the branch mainline in revision 2296.
  • Revision ID: skinny.moey@gmail.com-20110428022952-q40a6fbw636cq43r
modify parser to work for DEFINER

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
  `END_TIMESTAMP` BIGINT NOT NULL,
13
13
  `TRANSACTION_MESSAGE_STRING` TEXT COLLATE utf8_general_ci NOT NULL,
14
14
  `TRANSACTION_LENGTH` BIGINT NOT NULL
15
 
) ENGINE=FunctionEngine COLLATE = utf8_general_ci REPLICATE = FALSE DEFINER SYSTEM
 
15
) ENGINE=FunctionEngine COLLATE = utf8_general_ci REPLICATE = FALSE DEFINER 'SYSTEM'
16
16
select count(*) >= 3 from data_dictionary.INNODB_REPLICATION_LOG;
17
17
count(*) >= 3
18
18
1