~mordred/drizzle/codestyle

« back to all changes in this revision

Viewing changes to drizzled/log.h

  • 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:
273
273
  int log_xid(THD *thd, my_xid xid);
274
274
  void unlog(ulong cookie, my_xid xid);
275
275
  int recover(IO_CACHE *log, Format_description_log_event *fdle);
276
 
#if !defined(DRIZZLE_CLIENT)
277
276
  bool is_table_mapped(Table *table) const
278
277
  {
279
278
    return table->s->table_map_version == table_map_version();
284
283
 
285
284
  int flush_and_set_pending_rows_event(THD *thd, Rows_log_event* event);
286
285
 
287
 
#endif /* !defined(DRIZZLE_CLIENT) */
288
286
  void reset_bytes_written()
289
287
  {
290
288
    bytes_written = 0;