~ourdelta-core/ourdelta/trunk015fmt

« back to all changes in this revision

Viewing changes to mysql/5.0/sphinxsearch/sphinx_engine/sphinx.5.0.37.patch

Merge from percona d6 (MySQL 5.0) branch.
microslow backward compatibility fixups

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
===================================================================
181
181
--- mysql-5.0.67.orig/sql/mysqld.cc
182
182
+++ mysql-5.0.67/sql/mysqld.cc
183
 
@@ -6953,6 +6953,11 @@ static void mysql_init_variables(void)
 
183
@@ -6959,6 +6959,11 @@ static void mysql_init_variables(void)
184
184
 #else
185
185
   have_csv_db= SHOW_OPTION_NO;
186
186
 #endif
192
192
 #ifdef HAVE_NDBCLUSTER_DB
193
193
   have_ndbcluster=SHOW_OPTION_DISABLED;
194
194
 #else
195
 
@@ -8092,6 +8097,7 @@ void refresh_status(THD *thd)
 
195
@@ -8098,6 +8103,7 @@ void refresh_status(THD *thd)
196
196
 #undef have_example_db
197
197
 #undef have_archive_db
198
198
 #undef have_csv_db
200
200
 #undef have_federated_db
201
201
 #undef have_partition_db
202
202
 #undef have_blackhole_db
203
 
@@ -8102,6 +8108,7 @@ SHOW_COMP_OPTION have_ndbcluster= SHOW_O
 
203
@@ -8108,6 +8114,7 @@ SHOW_COMP_OPTION have_ndbcluster= SHOW_O
204
204
 SHOW_COMP_OPTION have_example_db= SHOW_OPTION_NO;
205
205
 SHOW_COMP_OPTION have_archive_db= SHOW_OPTION_NO;
206
206
 SHOW_COMP_OPTION have_csv_db= SHOW_OPTION_NO;
229
229
===================================================================
230
230
--- mysql-5.0.67.orig/sql/set_var.cc
231
231
+++ mysql-5.0.67/sql/set_var.cc
232
 
@@ -922,6 +922,7 @@ struct show_var_st init_vars[]= {
 
232
@@ -928,6 +928,7 @@ struct show_var_st init_vars[]= {
233
233
   {"have_compress",          (char*) &have_compress,               SHOW_HAVE},
234
234
   {"have_crypt",             (char*) &have_crypt,                  SHOW_HAVE},
235
235
   {"have_csv",               (char*) &have_csv_db,                 SHOW_HAVE},
263
263
 
264
264
 #ifdef HAVE_NDBCLUSTER_DB
265
265
 #include "ha_ndbcluster.h"
266
 
@@ -3516,6 +3519,15 @@ mysql_execute_command(THD *thd)
 
266
@@ -3517,6 +3520,15 @@ mysql_execute_command(THD *thd)
267
267
       break;
268
268
     }
269
269
 #endif