1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fixed symbol name problems that made build fail.

This commit is contained in:
pem@mysql.comhem.se
2004-08-19 20:48:00 +02:00
parent 22a65bcf26
commit 2d7f4c30a7
4 changed files with 10 additions and 10 deletions

View File

@ -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");