~marc-isambart/drizzle/file-properties-fix

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-05-02 23:26:54 UTC
  • mfrom: (2290.1.9 server_uuid_repl)
  • Revision ID: me@mark.atwood.name-20110502232654-hd1ufzm7o4mtrutf
mergeĀ lp:~skinny.moey/drizzle/server_uuid_repl

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  `TRANSACTION_SEGMENT_ID` BIGINT NOT NULL,
11
11
  `COMMIT_ID` BIGINT NOT NULL,
12
12
  `END_TIMESTAMP` BIGINT NOT NULL,
 
13
  `ORIGINATING_SERVER_UUID` VARCHAR(36) NOT NULL,
 
14
  `ORIGINATING_COMMIT_ID` BIGINT NOT NULL,
13
15
  `TRANSACTION_MESSAGE_STRING` TEXT COLLATE utf8_general_ci NOT NULL,
14
16
  `TRANSACTION_LENGTH` BIGINT NOT NULL
15
17
) ENGINE=FunctionEngine COLLATE = utf8_general_ci REPLICATE = FALSE DEFINER 'SYSTEM'