summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-05-28 19:18:23 -0600
committersasha@mysql.sashanet.com <>2001-05-28 19:18:23 -0600
commit8f6b34f950c5a9fbc3c6ddb9fbdc182df5c59374 (patch)
tree555928735ac48778eab810466107750e6e6131a1 /sql/mysql_priv.h
parent8a3f87ab072f274e67259135c88c30a9dff166b9 (diff)
downloadmariadb-git-8f6b34f950c5a9fbc3c6ddb9fbdc182df5c59374.tar.gz
updates for LOAD DATA FROM MASTER + some cleanup of replication code
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index d00eb09a363..c4967372bb0 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -223,7 +223,7 @@ inline THD *_current_thd(void)
#include "opt_range.h"
-void mysql_create_db(THD *thd, char *db, uint create_info);
+int mysql_create_db(THD *thd, char *db, uint create_info);
void mysql_binlog_send(THD* thd, char* log_ident, ulong pos, ushort flags);
int mysql_rm_table(THD *thd,TABLE_LIST *tables, my_bool if_exists);
int quick_rm_table(enum db_type base,const char *db,
@@ -245,7 +245,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
char* packet, uint packet_length);
bool check_stack_overrun(THD *thd,char *dummy);
bool reload_acl_and_cache(THD *thd, uint options, TABLE_LIST *tables);
-void mysql_rm_db(THD *thd,char *db,bool if_exists);
+int mysql_rm_db(THD *thd,char *db,bool if_exists);
void table_cache_init(void);
void table_cache_free(void);
uint cached_tables(void);