Backported the fix and the test case for bug #58816 from mysql-5.6 code line.

This commit is contained in:
Igor Babaev 2011-10-29 15:36:24 -07:00
commit 7bc6a83b02
11 changed files with 109 additions and 9 deletions

View file

@ -4878,6 +4878,9 @@ int handler::ha_reset()
/* reset the bitmaps to point to defaults */
table->default_column_bitmaps();
pushed_cond= NULL;
/* Reset information about pushed engine conditions */
cancel_pushed_idx_cond();
/* Reset information about pushed index conditions */
DBUG_RETURN(reset());
}