mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Remove dead code.
This commit is contained in:
@ -2317,9 +2317,6 @@ int SQL_SELECT::test_quick_select(THD *thd, key_map keys_to_use,
|
||||
table deletes.
|
||||
*/
|
||||
if ((thd->lex->sql_command != SQLCOM_DELETE))
|
||||
#ifdef NOT_USED
|
||||
if ((thd->lex->sql_command != SQLCOM_UPDATE))
|
||||
#endif
|
||||
{
|
||||
/*
|
||||
Get best non-covering ROR-intersection plan and prepare data for
|
||||
|
Reference in New Issue
Block a user