~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.cc

  • Committer: Monty Taylor
  • Date: 2008-08-18 23:04:17 UTC
  • mfrom: (327.1.12 drizzle)
  • Revision ID: monty@inaugust.com-20080818230417-442rhihpahnout34
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2963
2963
  Write a table map to the binary log.
2964
2964
 */
2965
2965
 
2966
 
int THD::binlog_write_table_map(TABLE *table, bool is_trans)
 
2966
int THD::binlog_write_table_map(Table *table, bool is_trans)
2967
2967
{
2968
2968
  int error;
2969
2969