summaryrefslogtreecommitdiff
path: root/community/xtrabackup/build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/xtrabackup/build.patch')
-rw-r--r--community/xtrabackup/build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/xtrabackup/build.patch b/community/xtrabackup/build.patch
new file mode 100644
index 000000000..fc2ef2866
--- /dev/null
+++ b/community/xtrabackup/build.patch
@@ -0,0 +1,11 @@
+--- utils/build.sh.orig 2014-01-24 10:37:41.206535420 +0100
++++ utils/build.sh 2014-01-24 10:44:00.841407894 +0100
+@@ -167,6 +167,9 @@
+ tar xzf $top_dir/$1
+ cd $dirname
+ patch -p1 < $top_dir/patches/$2
++ sed 's|srv_buf_size|srv_sort_buf_size|g' -i \
++ sql/sql_planner.cc \
++ storage/innobase/row/row0log.cc
+ cd -
+ }