mariadb/storage/sphinx
Michael Widenius 5730786041 Fixed some cache variables that could be set to higher value than what the 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
2013-06-06 15:14:23 +03:00
..
CMakeLists.txt MDEV-4548 - compile sphinx.so/dll and include into packages 2013-05-22 16:44:44 +02:00
gen_data.php Initial import of SpinxSE, with fixes for MariaDB. 2010-07-09 14:03:09 +02:00
ha_sphinx.cc MDEV-3883 Show global status not in order 2013-01-08 21:23:40 +01:00
ha_sphinx.h Upgraded sphinx to version 2.0.4 2012-03-07 17:38:47 +02:00
make-patch.sh Initial import of SpinxSE, with fixes for MariaDB. 2010-07-09 14:03:09 +02:00
snippets_udf.cc Fixed some cache variables that could be set to higher value than what the code supported (size_t) 2013-06-06 15:14:23 +03:00