summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorunknown <venu@myvenu.com>2002-11-22 10:04:42 -0800
committerunknown <venu@myvenu.com>2002-11-22 10:04:42 -0800
commit35f8f13db461f53336d40cdd45c6408ff87905c7 (patch)
tree1cb385c4d4e652afb269732b384ec370a46be505 /sql/mysql_priv.h
parentdb07956b3514fe8ef4699f6d8f569a397b04c769 (diff)
downloadmariadb-git-35f8f13db461f53336d40cdd45c6408ff87905c7.tar.gz
protocol fixups
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index c9b95963c32..98afe2681df 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -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);