Commit 673f836f authored by marko's avatar marko

branches/zip: Merge 1553:1556 from trunk.

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