summarylogtreecommitdiffstats
path: root/mysql-srv_buf_size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-srv_buf_size.patch')
-rw-r--r--mysql-srv_buf_size.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/mysql-srv_buf_size.patch b/mysql-srv_buf_size.patch
deleted file mode 100644
index 12212fcc345c..000000000000
--- a/mysql-srv_buf_size.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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;