mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
Backported the fix and the test case for bug #58816 from mysql-5.6 code line.
This commit is contained in:
parent
a8f5b5e866
commit
7bc6a83b02
11 changed files with 109 additions and 9 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue