~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/r/bulk_commit.result

Merge in Joe's transaction id code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
START TRANSACTION;
3
3
COMMIT;
4
4
 
5
 
SELECT server_id, transaction_id, num_statements FROM DATA_DICTIONARY.TRANSACTION_LOG_TRANSACTIONS;
6
 
server_id       transaction_id  num_statements
7
 
1       1       1
8
 
1       2       1
9
 
1       2       1
10
 
 
11
5
SELECT PRINT_TRANSACTION_MESSAGE('transaction.log', ENTRY_OFFSET) FROM DATA_DICTIONARY.TRANSACTION_LOG_ENTRIES;
12
6
PRINT_TRANSACTION_MESSAGE('transaction.log', ENTRY_OFFSET)
13
7
transaction_context {
14
8
  server_id: 1
15
 
  transaction_id: 1
 
9
  TRANSACTION_ID
16
10
  START_TIMESTAMP
17
11
  END_TIMESTAMP
18
12
}
75
69
 
76
70
transaction_context {
77
71
  server_id: 1
78
 
  transaction_id: 2
 
72
  TRANSACTION_ID
79
73
  START_TIMESTAMP
80
74
  END_TIMESTAMP
81
75
}
55353
55347
 
55354
55348
transaction_context {
55355
55349
  server_id: 1
55356
 
  transaction_id: 2
 
55350
  TRANSACTION_ID
55357
55351
  START_TIMESTAMP
55358
55352
  END_TIMESTAMP
55359
55353
}