mariadb/storage/mroonga
Monty 9cba6c5aa3 Updated mtr files to support different compiled in options
This allows one to run the test suite even if any of the following
options are changed:
- character-set-server
- collation-server
- join-cache-level
- log-basename
- max-allowed-packet
- optimizer-switch
- query-cache-size and query-cache-type
- skip-name-resolve
- table-definition-cache
- table-open-cache
- Some innodb options
etc

Changes:
- Don't print out the value of system variables as one can't depend on
  them to being constants.
- Don't set global variables to 'default' as the default may not
  be the same as the test was started with if there was an additional
  option file. Instead save original value and reset it at end of test.
- Test that depends on the latin1 character set should include
  default_charset.inc or set the character set to latin1
- Test that depends on the original optimizer switch, should include
  default_optimizer_switch.inc
- Test that depends on the value of a specific system variable should
  set it in the test (like optimizer_use_condition_selectivity)
- Split subselect3.test into subselect3.test and subselect3.inc to
  make it easier to set and reset system variables.
- Added .opt files for test that required specfic options that could
  be changed by external configuration files.
- Fixed result files in rockdsb & tokudb that had not been updated for
  a while.
2019-09-01 19:17:35 +03:00
..
build Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
data fix mroonga post-install script 2018-06-24 15:18:36 +02:00
lib Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mysql-test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
packages Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
test Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
tools Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
udf Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
vendor/groonga Fixed some errors & warnings found by clang 2019-08-08 23:08:23 +03:00
appveyor.yml Update Mroonga to the latest version on 2017-10-10T23:15:25+0900 2017-10-10 23:15:25 +09:00
AUTHORS
autogen.sh Update Mroonga to the latest version on 2017-10-10T23:15:25+0900 2017-10-10 23:15:25 +09:00
ChangeLog
CMakeLists.txt Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
config.sh.in Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
configure.ac Update Mroonga to the latest version on 2017-10-10T23:15:25+0900 2017-10-10 23:15:25 +09:00
COPYING Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
gpg_uid
ha_mroonga.cpp MDEV-20379 Mroonga has memory leak in ha_mroonga::is_foreign_key_field 2019-08-20 15:28:01 +03:00
ha_mroonga.def Update Mroonga to the latest version on 2017-10-10T23:15:25+0900 2017-10-10 23:15:25 +09:00
ha_mroonga.hpp fix clang warnings 2019-07-09 22:16:43 +03:00
Makefile.am Update Mroonga to the latest version on 2017-10-16T09:50:49+0900 2017-10-16 09:50:49 +09:00
mrn_constants.hpp Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_err.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_macro.hpp Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_mysql.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_mysql_compat.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_table.cpp Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mrn_table.hpp Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_variables.hpp Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mrn_version.h.in Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
NEWS
plugin_version Update Mroonga to the latest version on 2017-10-16T09:50:49+0900 2017-10-16 09:50:49 +09:00
README
required_groonga_normalizer_mysql_version
required_groonga_version Update Mroonga to the latest version on 2017-10-10T23:15:25+0900 2017-10-10 23:15:25 +09:00
sources.am
version Update Mroonga to the latest version on 2017-10-16T09:50:49+0900 2017-10-16 09:50:49 +09:00
version_in_hex Update Mroonga to the latest version on 2017-10-16T09:50:49+0900 2017-10-16 09:50:49 +09:00
version_major Update Mroonga to the latest version on 2017-10-10T23:15:25+0900 2017-10-10 23:15:25 +09:00
version_micro Update Mroonga to the latest version on 2017-10-16T09:50:49+0900 2017-10-16 09:50:49 +09:00
version_minor

See doc/locale/en/html/index.html or doc/locale/ja/html/index.html