1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
This commit is contained in:
jimw@mysql.com
2005-04-04 08:54:36 -07:00
73 changed files with 757 additions and 8122 deletions

View File

@ -1688,6 +1688,9 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
}
else
thd->query_rest.copy(packet, length, thd->query_rest.charset());
thd->server_status&= ~ (SERVER_QUERY_NO_INDEX_USED |
SERVER_QUERY_NO_GOOD_INDEX_USED);
break;
#endif /*EMBEDDED_LIBRARY*/
}