~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/data_dictionary_schema.cc

Merge of Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
  push(transaction_log_index->getMaxTransactionId());
122
122
  push(transaction_log_index->getMinEndTimestamp());
123
123
  push(transaction_log_index->getMaxEndTimestamp()); 
124
 
  push(transaction_log_index->getSizeInBytes());
 
124
  push(static_cast<uint64_t>(transaction_log_index->getSizeInBytes()));
125
125
 
126
126
  is_done= true;
127
127
  return true;