~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/info_schema.cc

  • Committer: Jay Pipes
  • Date: 2009-11-26 02:50:58 UTC
  • mto: (1234.1.1 push) (1237.2.10 push)
  • mto: This revision was merged to the branch mainline in revision 1229.
  • Revision ID: jpipes@serialcoder-20091126025058-gb502pid4gq9l7d8
Fixes information schema tests, adds a hexdump UDF for the transaction message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 * , START_TIMESTAMP BIGINT NOT NULL
55
55
 * , END_TIMESTAMP BIGINT NOT NULL
56
56
 * , NUM_STATEMENTS INT NOT NULL
57
 
 * , CHECKSUM INT NOT NULL
 
57
 * , CHECKSUM BIGINT NOT NULL // had to be BIGINT b/c we have no unsigned int.
58
58
 * );
59
59
 */
60
60