133
133
Helper function to write a query to binlog used by mysql_rm_db()
136
static inline void write_to_binlog(THD *thd, char *query, uint32_t q_len,
136
static inline void write_to_binlog(Session *thd, char *query, uint32_t q_len,
137
137
char *db, uint32_t db_len)
139
139
Query_log_event qinfo(thd, query, q_len, 0, 0);