diff options
author | unknown <hf@deer.(none)> | 2003-06-19 16:38:21 +0500 |
---|---|---|
committer | unknown <hf@deer.(none)> | 2003-06-19 16:38:21 +0500 |
commit | cc0904178b3972a7c9fba37bd98c9bbb576be1e9 (patch) | |
tree | 8faf883d9ceccc3d8cba7fe249e3965648ffe334 /libmysqld/embedded_priv.h | |
parent | 76ad2da59f2d66a85ea8f509108559ede271901c (diff) | |
download | mariadb-git-cc0904178b3972a7c9fba37bd98c9bbb576be1e9.tar.gz |
SCRUM
client code added to the embedded library
some fixes
include/mysql.h:
test code removed
simple_command is the macrodefinition now
libmysqld/embedded_priv.h:
this declaration obsolete
libmysqld/lib_sql.cc:
errors stored in the same place for embedded and client libraries now
sql-common/client.c:
we don't need that ugly wrapper
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 |