1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Bug #33375 all_set corrupted on table object

- make sure to reset the read and write sets
This commit is contained in:
unknown
2007-12-19 18:42:49 +01:00
parent 0dd7855602
commit d687f1b45d
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());
}