]> git.pld-linux.org Git - packages/mysql.git/blobdiff - log_connection_error.patch
- up to 5.5.15
[packages/mysql.git] / log_connection_error.patch
index f30c52ebfa85f8eb4f8cee2b9e03a6293c60c71a..f201151d5a8a610d7203c56450e57cd36d9731dc 100644 (file)
@@ -5,9 +5,8 @@
 #!!! notice !!!
 # Any small change to this file in the main branch
 # should be done or reviewed by the maintainer!
-diff -ruN /dev/null b/patch_info/log_connection_error.patch
---- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ b/patch_info/log_connection_error.patch    2011-04-09 18:48:54.000000000 +0400
+--- /dev/null
++++ b/patch_info/log_connection_error.patch
 @@ -0,0 +1,6 @@
 +File=log_connection_error.patch
 +Name=logging abandoned connections
@@ -15,10 +14,9 @@ diff -ruN /dev/null b/patch_info/log_connection_error.patch
 +Author=Percona <info@percona.com>
 +License=GPL
 +Comment=
-diff -ruN a/sql/mysqld.cc b/sql/mysqld.cc
---- a/sql/mysqld.cc    2011-04-09 18:48:53.000000000 +0400
-+++ b/sql/mysqld.cc    2011-04-09 18:48:54.000000000 +0400
-@@ -5040,6 +5040,10 @@
+--- a/sql/mysqld.cc
++++ b/sql/mysqld.cc
+@@ -5098,6 +5098,10 @@
  
      DBUG_PRINT("error",("Too many connections"));
      close_connection(thd, ER_CON_COUNT_ERROR);
@@ -29,7 +27,7 @@ diff -ruN a/sql/mysqld.cc b/sql/mysqld.cc
      delete thd;
      DBUG_VOID_RETURN;
    }
-@@ -5420,6 +5424,10 @@
+@@ -5481,6 +5485,10 @@
      if (!(thd->net.vio= vio_new_win32pipe(hConnectedPipe)) ||
        my_net_init(&thd->net, thd->net.vio))
      {
@@ -40,7 +38,7 @@ diff -ruN a/sql/mysqld.cc b/sql/mysqld.cc
        close_connection(thd, ER_OUT_OF_RESOURCES);
        delete thd;
        continue;
-@@ -5615,6 +5623,10 @@
+@@ -5676,6 +5684,10 @@
                                                     event_conn_closed)) ||
                          my_net_init(&thd->net, thd->net.vio))
      {
This page took 0.093875 seconds and 4 git commands to generate.