summaryrefslogtreecommitdiff
path: root/storage/sphinx/snippets_udf.cc
Commit message (Collapse)AuthorAgeFilesLines
* Removed even more warning that was found with -WunusedMonty2018-04-301-2/+2
| | | | | | - Removed test if HA_FT_WTYPE == HA_KEYTYPE_FLOAT as this never worked (HA_KEYTYPE_FLOAT is an enum) - Define HA_FT_MAXLEN to 126 (was tested before but never defined)
* Fixed compiler warningsMonty2018-03-291-4/+4
| | | | Remove compiler warnings in sphinx, item_sum.cc and opt_split.cc
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-2/+2
|\
| * MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+2
| |
* | Enusure that my_global.h is included firstMichael Widenius2017-08-241-2/+1
|/ | | | | | | | | | - Added sql/mariadb.h file that should be included first by files in sql directory, if sql_plugin.h is not used (sql_plugin.h adds SHOW variables that must be done before my_global.h is included) - Removed a lot of include my_global.h from include files - Removed include's of some files that my_global.h automatically includes - Removed duplicated include's of my_sys.h - Replaced include my_config.h with my_global.h
* sphinx 2.2.6Sergei Golubchik2014-11-201-2/+2
|
* 5.5.40+ mergeSergei Golubchik2014-10-091-0/+1
|\
| * MDEV-5120 Test suite test maria-no-logging failsSergei Golubchik2014-10-021-0/+1
| | | | | | | | | | | | | | | | stat structure (from <sys/stat.h>) is conditionally defined to have different layout and size depending on the defined macros. The correct macro is defined in my_config.h, which means it MUST be included first (or, at least before <features.h> - so, practically, before including any system headers).
* | upgrade sphinx to 2.1.5Sergei Golubchik2014-02-011-14/+15
| |
* | Merge MDEV-4506: Parallel replication into 10.0-base.unknown2013-11-011-4/+4
|\ \ | |/ |/|
| * MDEV-4506: Parallel replication of group-committed transactions: ↵unknown2013-06-241-8/+8
| | | | | | | | | | | | | | Intermediate commit First very rough sketch. We spawn and retire a pool of slave threads. Test main.alias works, most likely not much else does.
* | Fixed some cache variables that could be set to higher value than what the ↵Michael Widenius2013-06-061-5/+5
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code supported (size_t) Fixed some cases that didn't work with > 4G buffers. Fixed compiler warnings include/mysql_com.h: Avoid compiler warning with strncmp() sql-common/client.c: Fixed long comment; Added () sql/filesort.cc: Fix code to get filesort to work with big buffers sql/sys_vars.cc: Fixed some cache variables that could be set to higher value than the size_t Limit query cache to ULONG_MAX as the query cache buffer variables are ulong storage/federatedx/ha_federatedx.cc: Remove not used variable storage/maria/ha_maria.cc: Fix that bulk_insert() works with big buffers storage/maria/ma_write.c: Fix that bulk_insert() works with big buffers storage/myisam/ha_myisam.cc: Fix that bulk_insert() works with big buffers storage/myisam/mi_write.c: Fix that bulk_insert() works with big buffers storage/sphinx/snippets_udf.cc: Fixed compiler warnings
* MDEV-4548 - compile sphinx.so/dll and include into packagesVladislav Vaintroub2013-05-221-13/+46
| | | | | replaced snippets_udf.cc with the latest version (2.0.8 from sphinxsource.com), fixed trivial errors on Windows. It will be compiled and installed into plugins directory now.
* Upgraded sphinx to version 2.0.4Michael Widenius2012-03-071-109/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed memory leaks and compiler warnings in ha_sphinx.cc Added HA_MUST_USE_TABLE_CONDITION_PUSHDOWN so that an engine can force index condition to be used mysql-test/suite/sphinx/sphinx.result: Added testing of pushdown conditions and sphinx status variables. mysql-test/suite/sphinx/sphinx.test: Added testing of pushdown conditions and sphinx status variables. mysql-test/suite/sphinx/suite.pm: Print version number if sphinx version is too old. sql/handler.h: Added HA_MUST_USE_TABLE_CONDITION_PUSHDOWN so that an engine can force index condition to be used sql/sql_base.cc: Added 'thd' argument to check_unused() to be able to set 'entry->in_use' if we call handler->extra(). This was needed as sphinx (and possible other storage engines) assumes that 'in_use' is set if handler functions are called. sql/sql_select.cc: Test if handler is forcing pushdown condition to be used. storage/sphinx/ha_sphinx.cc: Updated to version 2.0.4 Fixed memory leaks and compiler warnings. storage/sphinx/ha_sphinx.h: Updated to version 2.0.4 storage/sphinx/snippets_udf.cc: Updated to version 2.0.4
* lots of post-merge changesSergei Golubchik2011-04-251-1/+5
|
* Fixed compiler warningsMichael Widenius2010-08-261-7/+7
| | | | | | | | | sql/item.h: Fixed wrong declaration storage/sphinx/ha_sphinx.h: Fixed arguments to read_time() storage/sphinx/snippets_udf.cc: Include mysql headerfile first to avoid compiler warnings
* Fixed compiler warnings and test failuresMichael Widenius2010-08-061-9/+9
|
* Initial import of SpinxSE, with fixes for MariaDB.unknown2010-07-091-0/+766