Commit 780babc0 authored by Marko Mäkelä's avatar Marko Mäkelä

Merge mysql-5.1 to mysql-5.5.

parents dfed175c 55129f67
...@@ -217,7 +217,8 @@ row_sel_sec_rec_is_for_clust_rec( ...@@ -217,7 +217,8 @@ row_sel_sec_rec_is_for_clust_rec(
len = clust_len; len = clust_len;
if (ifield->prefix_len > 0 && len != UNIV_SQL_NULL) { if (ifield->prefix_len > 0 && len != UNIV_SQL_NULL
&& sec_len != UNIV_SQL_NULL) {
if (rec_offs_nth_extern(clust_offs, clust_pos)) { if (rec_offs_nth_extern(clust_offs, clust_pos)) {
len -= BTR_EXTERN_FIELD_REF_SIZE; len -= BTR_EXTERN_FIELD_REF_SIZE;
......
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