View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001142Sphinxgeneralpublic2012-03-28 13:062012-08-24 13:56
Reporterbarryhunter 
Assigned Tokevg 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version2.1.1-dev 
Summary0001142: compat_sphinxql_magics in provided config files is inconsistent
DescriptionIn:
http://sphinxsearch.googlecode.com/svn/trunk/sphinx.conf.in [^]
find
> # SphinxQL compatibility mode (legacy columns and their names)
> # optional, default is 0 (SQL compliant syntax and result sets)
> #
> # compat_sphinxql_magics = 1

However
http://sphinxsearch.googlecode.com/svn/trunk/doc/sphinx.html#conf-compat-sphinxql-magics [^]

says
> Optional, default is 1 (keep compatibility).


I guess the documentation is right, rather than the config file. So the config file should really have
> # SphinxQL compatibility mode (legacy columns and their names)
> # optional, default is 1 (maintain compatibility)
> # set to 0 for SQL compliant syntax and result sets. (recommended)
> #
> compat_sphinxql_magics= 0


At the same time
http://sphinxsearch.googlecode.com/svn/trunk/sphinx-min.conf.in [^]
should have
compat_sphinxql_magics = 0
too.
Additional Informationhttp://sphinxsearch.com/forum/view.html?id=9239 [^]
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0003127)
kevg (manager)
2012-08-24 13:56

fixed in r3359 and r3356

- Issue History
Date Modified Username Field Change
2012-03-28 13:06 barryhunter New Issue
2012-08-24 13:56 kevg Note Added: 0003127
2012-08-24 13:56 kevg Status new => closed
2012-08-24 13:56 kevg Assigned To => kevg
2012-08-24 13:56 kevg Resolution open => fixed
2012-08-24 13:56 kevg Fixed in Version => 2.1.1-dev


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker