From c72dc5de577922ea7f6002cdabcfac1576eae211 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 17 Oct 2013 01:14:24 -0700 Subject: Thu Oct 17 01:13:29 PDT 2013 --- community/percona-server/mysql56-bufsize.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 community/percona-server/mysql56-bufsize.patch (limited to 'community/percona-server/mysql56-bufsize.patch') diff --git a/community/percona-server/mysql56-bufsize.patch b/community/percona-server/mysql56-bufsize.patch new file mode 100644 index 000000000..1d5b7dc63 --- /dev/null +++ b/community/percona-server/mysql56-bufsize.patch @@ -0,0 +1,20 @@ +--- storage/innobase/row/row0log.cc.orig 2013-10-14 09:44:46.060172260 +0200 ++++ storage/innobase/row/row0log.cc 2013-10-14 10:05:51.822170509 +0200 +@@ -2364,7 +2364,7 @@ + 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 @@ + 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; -- cgit v1.2.3-54-g00ecf