mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
branches/zip: btr_root_raise_and_insert(): Remove a bogus assertion.
This commit is contained in:
parent
00b55da692
commit
43e5a59e95
1 changed files with 0 additions and 1 deletions
|
@ -1083,7 +1083,6 @@ btr_root_raise_and_insert(
|
|||
new_page_zip = buf_block_get_page_zip(buf_block_align(new_page));
|
||||
ut_a(!new_page_zip == !root_page_zip);
|
||||
ut_a(!new_page_zip || new_page_zip->size == root_page_zip->size);
|
||||
ut_a(!root_page_zip || !root_page_zip->n_blobs);
|
||||
|
||||
btr_page_create(new_page, new_page_zip, tree, level, mtr);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue