summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2003-06-19 16:38:21 +0500
committerunknown <hf@deer.(none)>2003-06-19 16:38:21 +0500
commitcc0904178b3972a7c9fba37bd98c9bbb576be1e9 (patch)
tree8faf883d9ceccc3d8cba7fe249e3965648ffe334 /sql-common
parent76ad2da59f2d66a85ea8f509108559ede271901c (diff)
downloadmariadb-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 'sql-common')
-rw-r--r--sql-common/client.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sql-common/client.c b/sql-common/client.c
index 8a6f3ed1e3d..0ce693f90eb 100644
--- a/sql-common/client.c
+++ b/sql-common/client.c
@@ -658,15 +658,6 @@ end:
return result;
}
-my_bool
-simple_command(MYSQL *mysql,enum enum_server_command command, const char *arg,
- ulong length, my_bool skip_check)
-{
- return
- (*mysql->methods->advanced_command)(mysql, command,
- NullS, 0, arg, length, skip_check);
-}
-
void free_old_query(MYSQL *mysql)
{
DBUG_ENTER("free_old_query");