Commit da79b906 authored by marko's avatar marko

branches/zip: btr_cur_optimistic_insert(): Add a closing parenthesis that

was accidentally omitted in r766.
parent c3e2a8d4
......@@ -1070,7 +1070,7 @@ btr_cur_optimistic_insert(
rec_size = rec_get_converted_size(index, entry);
if (UNIV_UNLIKELY
(page_zip_rec_needs_ext(rec_size, page_is_comp(page),
page_zip ? page_zip->size : 0)) {
page_zip ? page_zip->size : 0))) {
/* This should never happen, but we handle
the situation in a robust manner. */
......
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