Commit 2d90ae68 authored by marko's avatar marko

branches/zip: Merge 1553:1556 from trunk.

parent d1bdef34
-- connect (con1,localhost,,,)
-- connect (con2,localhost,,,)
-- connect (con1,localhost,root,,)
-- connect (con2,localhost,root,,)
-- connection con1
SET autocommit=0;
......
......@@ -741,8 +741,8 @@ rec_get_converted_size_comp(
break;
case REC_STATUS_INFIMUM:
case REC_STATUS_SUPREMUM:
/* infimum or supremum record, 8 bytes */
return(8); /* no extra data needed */
/* infimum or supremum record, 8 data bytes */
return(REC_N_NEW_EXTRA_BYTES + 8);
default:
ut_error;
return(ULINT_UNDEFINED);
......
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