SOURCES (MYSQL_5_0): mysql-sphinx.patch - fix
arekm
arekm at pld-linux.org
Fri Dec 14 09:20:36 CET 2007
Author: arekm Date: Fri Dec 14 08:20:36 2007 GMT
Module: SOURCES Tag: MYSQL_5_0
---- Log message:
- fix
---- Files affected:
SOURCES:
mysql-sphinx.patch (1.1.2.3 -> 1.1.2.4)
---- Diffs:
================================================================
Index: SOURCES/mysql-sphinx.patch
diff -u SOURCES/mysql-sphinx.patch:1.1.2.3 SOURCES/mysql-sphinx.patch:1.1.2.4
--- SOURCES/mysql-sphinx.patch:1.1.2.3 Tue Apr 17 17:20:24 2007
+++ SOURCES/mysql-sphinx.patch Fri Dec 14 09:20:31 2007
@@ -281,3 +281,23 @@
default:
my_error(ER_NOT_SUPPORTED_YET, MYF(0), "STATUS");
YYABORT;
+--- mysql/sql/sphinx/ha_sphinx.cc.org 2007-12-14 08:23:58.343056971 +0100
++++ mysql/sql/sphinx/ha_sphinx.cc 2007-12-14 08:24:21.320985962 +0100
+@@ -270,7 +270,7 @@
+ int m_bExclude;
+
+ public:
+- CSphSEFilter::CSphSEFilter ()
++ CSphSEFilter ()
+ : m_sAttrName ( NULL )
+ , m_uMinValue ( 0 )
+ , m_uMaxValue ( UINT_MAX )
+@@ -280,7 +280,7 @@
+ {
+ }
+
+- CSphSEFilter::~CSphSEFilter ()
++ ~CSphSEFilter ()
+ {}
+ };
+
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mysql-sphinx.patch?r1=1.1.2.3&r2=1.1.2.4&f=u
More information about the pld-cvs-commit
mailing list