~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Monty Taylor
  • Date: 2008-10-02 20:45:51 UTC
  • mfrom: (413.2.3 drizzle)
  • Revision ID: monty@inaugust.com-20081002204551-gousb6hhqlr6q1br
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4961
4961
 
4962
4962
  thd_proc_info(thd, "end");
4963
4963
 
4964
 
  ha_binlog_log_query(thd, create_info->db_type, LOGCOM_ALTER_TABLE,
4965
 
                      thd->query, thd->query_length,
4966
 
                      db, table_name);
4967
 
 
4968
4964
  assert(!(mysql_bin_log.is_open() &&
4969
4965
                thd->current_stmt_binlog_row_based &&
4970
4966
                (create_info->options & HA_LEX_CREATE_TMP_TABLE)));