1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed a bad merge.

Changed a test case to make its result set platform independent.
This commit is contained in:
Igor Babaev
2011-10-03 21:36:18 -07:00
parent e1194ad63b
commit a55f0cabcb
3 changed files with 28 additions and 40 deletions

View File

@@ -17969,12 +17969,6 @@ skipped_filesort:
delete save_quick;
save_quick= NULL;
}
/*
orig_cond is a part of pre_idx_push_cond,
no need to restore it.
*/
orig_cond= 0;
orig_cond_saved= false;
if (orig_cond_saved && !changed_key)
tab->set_cond(orig_cond);
DBUG_RETURN(1);