mirror of
https://github.com/MariaDB/server.git
synced 2025-12-07 17:42:39 +03:00
@@ -1493,7 +1493,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
|
||||
thd->query_rest.length(length);
|
||||
}
|
||||
else
|
||||
thd->query_rest.copy(length);
|
||||
thd->query_rest.copy(packet, length, thd->query_rest.charset());
|
||||
break;
|
||||
#endif /*EMBEDDED_LIBRARY*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user