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:
@ -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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user