~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_rli.cc

  • Committer: Monty Taylor
  • Date: 2008-10-06 04:45:56 UTC
  • mfrom: (438.1.13 drizzle)
  • Revision ID: monty@inaugust.com-20081006044556-5urk8k3yhnnl3o1p
Merged in from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1046
1046
  }
1047
1047
}
1048
1048
 
1049
 
#if !defined(DRIZZLE_CLIENT) && defined(HAVE_REPLICATION)
1050
1049
void Relay_log_info::cleanup_context(THD *thd, bool error)
1051
1050
{
1052
1051
  assert(sql_thd == thd);
1097
1096
  }
1098
1097
  assert(tables_to_lock == NULL && tables_to_lock_count == 0);
1099
1098
}
1100
 
 
1101
 
#endif