~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_binlog.cc

  • Committer: Brian Aker
  • Date: 2008-10-20 03:40:03 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020034003-t2dcnl0ayr2ymm8k
THD -> Session rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  rli->description_event_for_exec.
29
29
*/
30
30
 
31
 
void mysql_client_binlog_statement(THD* thd)
 
31
void mysql_client_binlog_statement(Session* thd)
32
32
{
33
33
  size_t coded_len= thd->lex->comment.length + 1;
34
34
  size_t decoded_len= base64_needed_decoded_length(coded_len);