1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Clean up merge of fix for Bug #9468.

This commit is contained in:
jimw@mysql.com
2005-04-01 19:00:14 -08:00
parent 16efc3e333
commit 623a5d5a57
3 changed files with 9 additions and 0 deletions

View File

@ -1546,6 +1546,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*/
}