131
131
Helper function to write a query to binlog used by mysql_rm_db()
134
static inline void write_to_binlog(THD *thd, char *query, uint q_len,
134
static inline void write_to_binlog(THD *thd, char *query, uint32_t q_len,
137
137
Query_log_event qinfo(thd, query, q_len, 0, 0);