summaryrefslogtreecommitdiff
path: root/libmysqld/embedded_priv.h
diff options
context:
space:
mode:
authorhf@deer.(none) <>2003-06-19 16:38:21 +0500
committerhf@deer.(none) <>2003-06-19 16:38:21 +0500
commit1374a58cf38e55b617d1677d8f6182208657ad50 (patch)
tree8faf883d9ceccc3d8cba7fe249e3965648ffe334 /libmysqld/embedded_priv.h
parentece1a581f4c6c998f9499f61fa06265f15c32764 (diff)
downloadmariadb-git-1374a58cf38e55b617d1677d8f6182208657ad50.tar.gz
SCRUM
client code added to the embedded library some fixes
Diffstat (limited to 'libmysqld/embedded_priv.h')
-rw-r--r--libmysqld/embedded_priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmysqld/embedded_priv.h b/libmysqld/embedded_priv.h
index abbebec2aaa..dfc06e38ab2 100644
--- a/libmysqld/embedded_priv.h
+++ b/libmysqld/embedded_priv.h
@@ -26,6 +26,4 @@ C_MODE_START
extern void lib_connection_phase(NET *net, int phase);
extern void init_embedded_mysql(MYSQL *mysql, int client_flag, char *db);
extern void *create_embedded_thd(int client_flag, char *db);
-extern my_bool simple_command(MYSQL *mysql,enum enum_server_command command, const char *arg,
- ulong length, my_bool skipp_check);
C_MODE_END