summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2002-02-07 15:29:46 -0700
committersasha@mysql.sashanet.com <>2002-02-07 15:29:46 -0700
commit6980a24e9de6dc84e3e0621377086a0673d98bc4 (patch)
treed9192c46a4eb4d83decc75bbeac94c01eba13040 /sql/mysql_priv.h
parentb9637dae053aa8525fd4bf8c2e6c55c35474edd2 (diff)
downloadmariadb-git-6980a24e9de6dc84e3e0621377086a0673d98bc4.tar.gz
fixes for slave backward compat
fixed bug in LOAD DATA FROM MASTER fixed rpl000001.result Slave now replicates 3.23 master, with the exception of LOAD DATA INFILE, which is still buggy. Will push this one after the pull/merge
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 81604a7ecfd..fc804425f08 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -48,6 +48,7 @@ char *sql_strmake(const char *str,uint len);
gptr sql_memdup(const void * ptr,unsigned size);
void sql_element_free(void *ptr);
void kill_one_thread(THD *thd, ulong id);
+int net_request_file(NET* net, const char* fname);
char* query_table_status(THD *thd,const char *db,const char *table_name);
#define x_free(A) { my_free((gptr) (A),MYF(MY_WME | MY_FAE | MY_ALLOW_ZERO_PTR)); }