mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Fix compilation warning.
This commit is contained in:
parent
7ec30183bb
commit
128772ba1f
1 changed files with 1 additions and 1 deletions
|
@ -1527,7 +1527,7 @@ int end_trans(THD *thd, enum enum_mysql_completiontype completion)
|
||||||
1 request of thread shutdown (see dispatch_command() description)
|
1 request of thread shutdown (see dispatch_command() description)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
bool do_command(THD *thd)
|
static bool do_command(THD *thd)
|
||||||
{
|
{
|
||||||
char *packet= 0;
|
char *packet= 0;
|
||||||
ulong packet_length;
|
ulong packet_length;
|
||||||
|
|
Loading…
Add table
Reference in a new issue