summaryrefslogtreecommitdiff
path: root/libmysqld/embedded_priv.h
diff options
context:
space:
mode:
authorhf@bison.(none) <>2002-06-17 16:24:51 +0500
committerhf@bison.(none) <>2002-06-17 16:24:51 +0500
commitede6ba5621793717d1ba436b7013430a86752c1a (patch)
tree32ae61185744bab280ae5b44c652879d9331f198 /libmysqld/embedded_priv.h
parent4375d827dbe3c8a24656c234bdb2db472e54982d (diff)
downloadmariadb-git-ede6ba5621793717d1ba436b7013430a86752c1a.tar.gz
Removing net emulation out of embedded library
Diffstat (limited to 'libmysqld/embedded_priv.h')
-rw-r--r--libmysqld/embedded_priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmysqld/embedded_priv.h b/libmysqld/embedded_priv.h
index 96d2c96ed0b..253e3db3724 100644
--- a/libmysqld/embedded_priv.h
+++ b/libmysqld/embedded_priv.h
@@ -29,4 +29,7 @@ extern void end_embedded_connection(NET * net);
extern void lib_connection_phase(NET *net, int phase);
extern bool lib_dispatch_command(enum enum_server_command command, NET *net,
const char *arg, ulong length);
+extern void init_embedded_mysql(MYSQL *mysql, int client_flag, char *db);
+extern void *create_embedded_thd(Vio *vio, unsigned char *buff, int client_flag, char *db);
+extern NET *get_mysql_net(MYSQL *mysql);
C_MODE_END