diff options
author | hf@deer.(none) <> | 2003-06-19 16:38:21 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-06-19 16:38:21 +0500 |
commit | 1374a58cf38e55b617d1677d8f6182208657ad50 (patch) | |
tree | 8faf883d9ceccc3d8cba7fe249e3965648ffe334 /libmysqld/embedded_priv.h | |
parent | ece1a581f4c6c998f9499f61fa06265f15c32764 (diff) | |
download | mariadb-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.h | 2 |
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 |