mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
protocol fixups
This commit is contained in:
@ -509,7 +509,7 @@ int mysqld_show_column_types(THD *thd);
|
||||
int mysqld_help (THD *thd, const char *text);
|
||||
|
||||
/* sql_prepare.cc */
|
||||
int compare_prep_stmt(PREP_STMT *a, PREP_STMT *b, void *not_used);
|
||||
int compare_prep_stmt(void *not_used, PREP_STMT *stmt, ulong *key);
|
||||
void free_prep_stmt(PREP_STMT *stmt, TREE_FREE mode, void *not_used);
|
||||
bool mysql_stmt_prepare(THD *thd, char *packet, uint packet_length);
|
||||
void mysql_stmt_execute(THD *thd, char *packet);
|
||||
|
Reference in New Issue
Block a user