diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-01-16 11:13:08 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-01-16 11:13:08 +0100 |
commit | cf013ff949a5e05d678bdc3a37c56538fcab4a20 (patch) | |
tree | 9f2cd15d2d52deaf38321e2cc45a176370186ba0 /storage/xtradb/ibuf | |
parent | 4ce53556ce5f31ec6b811c0803285cf0c29f4540 (diff) | |
parent | 37a5a54a01ab00fb334c89b6ed5e7dc6cef22fe5 (diff) | |
download | mariadb-git-cf013ff949a5e05d678bdc3a37c56538fcab4a20.tar.gz |
xtradb merge. Percona-Server-5.5.28-rel29.3
Diffstat (limited to 'storage/xtradb/ibuf')
-rw-r--r-- | storage/xtradb/ibuf/ibuf0ibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/ibuf/ibuf0ibuf.c b/storage/xtradb/ibuf/ibuf0ibuf.c index 78cb6e20176..77305e42fb1 100644 --- a/storage/xtradb/ibuf/ibuf0ibuf.c +++ b/storage/xtradb/ibuf/ibuf0ibuf.c @@ -4044,7 +4044,7 @@ updated_in_place: update) && (!page_zip || btr_cur_update_alloc_zip( page_zip, block, index, - rec_offs_size(offsets), FALSE, mtr))) { + rec_offs_size(offsets), FALSE, mtr, NULL))) { /* This is the easy case. Do something similar to btr_cur_update_in_place(). */ row_upd_rec_in_place(rec, index, offsets, |