1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix merge.

This commit is contained in:
anozdrin/alik@station.
2007-10-09 14:53:15 +04:00
parent 1d63cac004
commit 27ee6db9db
3 changed files with 13 additions and 6 deletions

View File

@ -965,6 +965,7 @@ void init_update_queries(void);
void free_max_user_conn(void);
pthread_handler_t handle_bootstrap(void *arg);
bool mysql_execute_command(THD *thd);
bool do_command(THD *thd);
bool dispatch_command(enum enum_server_command command, THD *thd,
char* packet, uint packet_length);
void log_slow_statement(THD *thd);