mariadb/storage/mroonga
Sergei Golubchik e054d8b874 MDEV-37815 connect_string in partitioning is broken
let's simplify the code by removing copying of part_elem->connect_string
to table->s->connect_string. Move CONNECTION support from he server into
engines, engines define TOPTION("CONNECTION") if they want to support it,
it's stored in the option_struct and handled by the option_struct fix.
Problems:

* Mroonga used CONNECTION for something but there were no tests for it.
  Removed Mroonga support for CONNECTION as requested by the maintainer
  in MDEV-38530
* DROP/ALTER SERVER command used to close all tables using the server
  in question, avoiding the need for FLUSH TABLES. This functionality
  never worked for partitioned tables anyway and is now removed. Will be
  done properly in MDEV-37827.
2026-02-06 17:46:52 +01:00
..
build
data
lib Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
mysql-test Merge 11.4 into 11.6 2024-10-03 16:09:56 +03:00
packages
test
tools MDEV-23024 Remove Cassandra Storage Engine 2020-07-14 16:24:50 +03:00
udf MDEV-36337: mroonga_* udf correct ptr types for is_null/error 2025-05-21 09:47:55 +02:00
vendor/groonga Merge branch '11.8' into bb-12.1-release 2025-10-08 09:05:38 +02:00
appveyor.yml MDEV-23024 Remove Cassandra Storage Engine 2020-07-14 16:24:50 +03:00
AUTHORS
autogen.sh
ChangeLog
CMakeLists.txt Replace deprecated CMAKE_COMPILER_IS_GNU(CC|CXX) with CMAKE_(C|CXX)_COMPILER_ID 2025-06-03 18:16:35 +10:00
config.sh.in
configure.ac MDEV-14024 PCRE2. 2019-12-21 10:34:02 +01:00
COPYING
gpg_uid
ha_mroonga.cpp MDEV-37815 connect_string in partitioning is broken 2026-02-06 17:46:52 +01:00
ha_mroonga.def
ha_mroonga.hpp cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
Makefile.am
mrn.hpp MDEV-21166 Add Mroonga initialized check to Mroonga UDFs 2024-07-17 15:52:58 +10:00
mrn_constants.hpp
mrn_err.h
mrn_macro.hpp
mrn_mysql.h MDEV-36542: remove _lint macro which is unused 2025-07-29 13:15:02 +10:00
mrn_mysql_compat.h cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
mrn_table.cpp MDEV-37815 connect_string in partitioning is broken 2026-02-06 17:46:52 +01:00
mrn_table.hpp MDEV-37815 connect_string in partitioning is broken 2026-02-06 17:46:52 +01:00
mrn_variables.hpp perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
mrn_version.h.in
NEWS
plugin_version
README
required_groonga_normalizer_mysql_version
required_groonga_version
sources.am MDEV-21166 Add Mroonga initialized check to Mroonga UDFs 2024-07-17 15:52:58 +10:00
version_full MDEV-7209 mroonga storage engine fails to build on OpenBSD 2021-07-27 20:44:46 +02:00
version_in_hex
version_major
version_micro
version_minor

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