1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Bug #33375 all_set corrupted on table object

- make sure to reset the read and write sets
This commit is contained in:
tomas@whalegate.ndb.mysql.com
2007-12-19 18:42:49 +01:00
parent cdc302fdbe
commit c9ecf31242
2 changed files with 14 additions and 8 deletions

View File

@ -3710,6 +3710,8 @@ int handler::ha_reset()
DBUG_ASSERT(inited == NONE);
/* Free cache used by filesort */
free_io_cache(table);
/* reset the bitmaps to point to defaults */
table->default_column_bitmaps();
DBUG_RETURN(reset());
}