summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.c
diff options
context:
space:
mode:
authorpem@mysql.comhem.se <>2004-08-19 20:48:00 +0200
committerpem@mysql.comhem.se <>2004-08-19 20:48:00 +0200
commit2d7f4c30a738b089da6676a12f50b7c88fa7c2b3 (patch)
tree31c3fe06544c8228d9cfc9fdc0e5d6ef19ab6c33 /libmysql/libmysql.c
parent22a65bcf266fdf2a206b6cc234f16d0ced7fec5d (diff)
downloadmariadb-git-2d7f4c30a738b089da6676a12f50b7c88fa7c2b3.tar.gz
Fixed symbol name problems that made build fail.
Diffstat (limited to 'libmysql/libmysql.c')
-rw-r--r--libmysql/libmysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c
index fbadfc2c76e..c95c5e3a982 100644
--- a/libmysql/libmysql.c
+++ b/libmysql/libmysql.c
@@ -1291,7 +1291,7 @@ mysql_drop_db(MYSQL *mysql, const char *db)
int STDCALL
-mysql_shutdown(MYSQL *mysql, enum enum_shutdown_level shutdown_level)
+mysql_shutdown(MYSQL *mysql, enum mysql_enum_shutdown_level shutdown_level)
{
uchar level[1];
DBUG_ENTER("mysql_shutdown");