branches/innodb+: Revert an accidental change that was made in r4064.

This commit is contained in:
marko 2009-01-30 10:05:02 +00:00
parent 36e644aada
commit cb891c81ab

View file

@ -9432,7 +9432,7 @@ innodb_change_buffering_update(
{
ut_a(var_ptr != NULL);
ut_a(save != NULL);
ut_a((*(ibuf_use_t*) save) <= IBUF_USE_INSERT);
ut_a((*(ibuf_use_t*) save) <= IBUF_USE_ALL);
ibuf_use = *(const ibuf_use_t*) save;