]> git.pld-linux.org Git - packages/percona-server.git/blobdiff - mysql-build.patch
- builds; files need update
[packages/percona-server.git] / mysql-build.patch
index 11ef6eeddd0132c0b9172e82091508f70018580a..4282730e93da31c8fe96e0c094a6ac251245b5a8 100644 (file)
@@ -10,3 +10,34 @@ diff -urNbB mysql-5.0.13-rc.org/sql/mysqld.cc mysql-5.0.13-rc/sql/mysqld.cc
    openlog(libwrapName, LOG_PID, LOG_AUTH);
  #endif
  
+--- Percona-Server-5.6.13-rel61.0/storage/innobase/row/row0log.cc~     2013-10-07 12:25:25.000000000 +0200
++++ Percona-Server-5.6.13-rel61.0/storage/innobase/row/row0log.cc      2013-10-15 18:28:42.453836505 +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;
+--- Percona-Server-5.6.13-rel61.0/sql/mysqld.cc~       2013-10-15 18:33:37.000000000 +0200
++++ Percona-Server-5.6.13-rel61.0/sql/mysqld.cc        2013-10-15 18:48:42.717336416 +0200
+@@ -6389,7 +6389,7 @@
+ #ifdef HAVE_LIBWRAP
+     {
+-      if (mysql_socket_getfd(sock) == mysql_socket_getfd(ip_sock))
++      if (mysql_socket_getfd(sock) == mysql_socket_getfd(base_ip_sock))
+       {
+         struct request_info req;
+         signal(SIGCHLD, SIG_DFL);
This page took 0.097284 seconds and 4 git commands to generate.