1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fix for windows build

This commit is contained in:
acurtis/antony@xiphis.org/ltantony.xiphis.org
2006-08-24 22:10:55 -07:00
parent d41188130a
commit b68f0437e7
6 changed files with 13 additions and 3 deletions

View File

@ -3515,7 +3515,7 @@ int handler::ha_reset()
/* Check that we have called all proper delallocation functions */
DBUG_ASSERT((byte*) table->def_read_set.bitmap +
table->s->column_bitmap_size ==
(char*) table->def_write_set.bitmap);
(byte*) table->def_write_set.bitmap);
DBUG_ASSERT(bitmap_is_set_all(&table->s->all_set));
DBUG_ASSERT(table->key_read == 0);
/* ensure that ha_index_end / ha_rnd_end has been called */