~percona-dev/percona-server/release-5.5.11-20.2-fix-bug-764138

« back to all changes in this revision

Viewing changes to query_cache_enhance.patch

  • Committer: Ignacio Nin
  • Date: 2011-03-27 18:30:06 UTC
  • mfrom: (88.2.3 5.5.10)
  • Revision ID: ignacio.nin@percona.com-20110327183006-ij0o2pdyhzaerish
Merge 5.5.10 changes

Merge 5.5.10 changes to release-5.5.9-20.1 in order to create release-5.5.10-20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
diff -ruN a/sql/mysqld.cc b/sql/mysqld.cc
28
28
--- a/sql/mysqld.cc     2010-11-03 03:01:14.000000000 +0500
29
29
+++ b/sql/mysqld.cc     2010-11-13 15:34:40.000000000 +0500
30
 
@@ -896,6 +896,7 @@
 
30
@@ -897,6 +897,7 @@
31
31
 #endif
32
32
 #ifdef HAVE_QUERY_CACHE
33
33
 ulong query_cache_min_res_unit= QUERY_CACHE_MIN_RESULT_DATA_SIZE;