~percona-dev/percona-server/release-5.1.52-12-fix-bug-676148

« back to all changes in this revision

Viewing changes to optimizer_fix.patch

  • Committer: Oleg Tsarev
  • Date: 2010-11-18 10:17:25 UTC
  • mfrom: (138.1.1 slow_extended_fix)
  • Revision ID: oleg.tsarev@percona.com-20101118101725-bdpjoa3oswh0s35n
bug fix 673426

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#!!! notice !!!
6
6
# Any small change to this file in the main branch
7
7
# should be done or reviewed by the maintainer!
8
 
diff -ruN a/patch_info/optimizer_fix.info b/patch_info/optimizer_fix.info
 
8
diff -ruN /dev/null b/patch_info/optimizer_fix.info
9
9
--- /dev/null   1970-01-01 09:00:00.000000000 +0900
10
10
+++ b/patch_info/optimizer_fix.info     2010-07-26 18:29:35.685061376 +0900
11
11
@@ -0,0 +1,8 @@
148
148
diff -ruN a/sql/set_var.cc b/sql/set_var.cc
149
149
--- a/sql/set_var.cc    2010-07-26 18:29:12.250113584 +0900
150
150
+++ b/sql/set_var.cc    2010-07-26 18:29:35.724113196 +0900
151
 
@@ -558,6 +558,8 @@
 
151
@@ -560,6 +560,8 @@
152
152
                                                     &opt_userstat_running);
153
153
 static sys_var_bool_ptr                sys_thread_statistics(&vars, "thread_statistics",
154
154
                                                      &opt_thread_statistics);