~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2008-12-07 01:52:46 UTC
  • Revision ID: brian@tangent.org-20081207015246-debwl881w1y1s6zb
Updating new replication positions in code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1357
1357
    QUERY_TYPE_COUNT
1358
1358
  };
1359
1359
 
1360
 
  int binlog_query(enum_binlog_query_type qtype,
1361
 
                   char const *query, ulong query_len,
1362
 
                   bool is_trans, bool suppress_use,
1363
 
                   Session::killed_state killed_err_arg= Session::KILLED_NO_VALUE);
1364
 
 
1365
1360
  /*
1366
1361
    For enter_cond() / exit_cond() to work the mutex must be got before
1367
1362
    enter_cond(); this mutex is then released by exit_cond().