Commit cb891c81 authored by marko's avatar marko

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

parent 36e644aa
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment