1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-12 01:53:02 +03:00

swapping lines to make gcc happy

This commit is contained in:
guilhem@mysql.com
2004-06-19 15:35:41 +02:00
parent 6b45c24d39
commit c5544563ac

View File

@ -1287,8 +1287,8 @@ int STDCALL
mysql_shutdown(MYSQL *mysql, enum enum_shutdown_level shutdown_level)
{
uchar level[1];
level[0]= (uchar) shutdown_level;
DBUG_ENTER("mysql_shutdown");
level[0]= (uchar) shutdown_level;
DBUG_RETURN(simple_command(mysql, COM_SHUTDOWN, (char *)level, 1, 0));
}