summaryrefslogtreecommitdiffstats
path: root/abs/core/mysql/mysql-srv_buf_size.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-10 14:26:40 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-10 14:26:40 (GMT)
commit8570bfa9cd30521c86e27984f34a3a81456a9c25 (patch)
tree7b901c088531a50b6ec1637040cebb66b34abfe8 /abs/core/mysql/mysql-srv_buf_size.patch
parent050fb48e107e7f0aa78d3a0c0b6b937bd3b6c563 (diff)
downloadlinhes_pkgbuild-8570bfa9cd30521c86e27984f34a3a81456a9c25.zip
linhes_pkgbuild-8570bfa9cd30521c86e27984f34a3a81456a9c25.tar.gz
linhes_pkgbuild-8570bfa9cd30521c86e27984f34a3a81456a9c25.tar.bz2
mysql: update to 5.6.21
Diffstat (limited to 'abs/core/mysql/mysql-srv_buf_size.patch')
-rw-r--r--abs/core/mysql/mysql-srv_buf_size.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/abs/core/mysql/mysql-srv_buf_size.patch b/abs/core/mysql/mysql-srv_buf_size.patch
new file mode 100644
index 0000000..12212fc
--- /dev/null
+++ b/abs/core/mysql/mysql-srv_buf_size.patch
@@ -0,0 +1,20 @@
+--- storage/innobase/row/row0log.cc.orig 2013-07-10 16:17:27.000000000 +0000
++++ storage/innobase/row/row0log.cc 2013-08-21 12:48:22.216656556 +0000
+@@ -2364,7 +2364,7 @@ all_done:
+ and be ignored when the operation is unsupported. */
+ fallocate(index->online_log->fd,
+ FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
+- ofs, srv_buf_size);
++ ofs, srv_sort_buf_size);
+ #endif /* FALLOC_FL_PUNCH_HOLE */
+
+ next_mrec = index->online_log->head.block;
+@@ -3153,7 +3153,7 @@ all_done:
+ and be ignored when the operation is unsupported. */
+ fallocate(index->online_log->fd,
+ FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
+- ofs, srv_buf_size);
++ ofs, srv_sort_buf_size);
+ #endif /* FALLOC_FL_PUNCH_HOLE */
+
+ next_mrec = index->online_log->head.block;