mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Resolving of conflicts from pull
This commit is contained in:
@@ -825,8 +825,9 @@ err:
|
||||
}
|
||||
|
||||
|
||||
/* Execute one command from socket (query or simple command) */
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
|
||||
/* Execute one command from socket (query or simple command) */
|
||||
bool do_command(THD *thd)
|
||||
{
|
||||
char *packet;
|
||||
@@ -864,6 +865,7 @@ bool do_command(THD *thd)
|
||||
DBUG_RETURN(dispatch_command(command,thd, packet+1, (uint) packet_length));
|
||||
}
|
||||
|
||||
#endif /* EMBEDDED_LIBRARY */
|
||||
|
||||
bool dispatch_command(enum enum_server_command command, THD *thd,
|
||||
char* packet, uint packet_length)
|
||||
|
Reference in New Issue
Block a user