mariadb/storage/spider
Nayuta Yanagisawa 810ed88c65 MDEV-27169 Change default values of Spider plugin variables to default values of table variables
Some Spider table options introduces an unnecessary complication to
Spider settings. For example, the default value of the plugin variable
spider_auto_increment_mode is -1 (use table value) and the default
table option value is 0 (normal mode). Thus, the virtual default value
of the variable is 0. This kind of indirection is confusing.

In order to delete such confusing table options in a future release,
we first change the default values of some Spider plugin variables
from -1 (use table value) to the corresponding default table values.
The default table values are defined in spider_set_connect_info_default().

At the same time, we also deprecate the option value -1 (use table value).
2022-03-14 14:45:55 +09:00
..
hs_client MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
mysql-test/spider MDEV-27169 Change default values of Spider plugin variables to default values of table variables 2022-03-14 14:45:55 +09:00
CMakeLists.txt Fix warnings from -DPLUGIN_PARTITION=NO, portably. 2021-09-05 20:00:13 +02:00
configure.in
ha_spider.cc Merge branch '10.5' into 10.6 2022-02-03 17:01:31 +01:00
ha_spider.h MDEV-27240 SIGSEGV in ha_spider::store_lock on LOCK TABLE 2022-01-15 13:25:09 +09:00
Makefile.am
spd_conn.cc MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
spd_conn.h prepare for adding new connectors for Spider 2020-06-05 17:30:00 +09:00
spd_copy_tables.cc MDEV-23561 Spider doesn't work with ps protocol 2020-08-26 06:54:00 +09:00
spd_copy_tables.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_db_conn.cc Merge 10.5 into 10.6 2021-10-18 17:47:31 +03:00
spd_db_conn.h Merge branch '10.5' into 10.6 2021-08-02 10:11:41 +02:00
spd_db_handlersocket.cc Reduce usage of strlen() 2021-05-19 22:27:48 +02:00
spd_db_handlersocket.h add pointer of ha_spider to Spider's use_result function 2020-06-05 17:30:02 +09:00
spd_db_include.cc [Spider] Add add checking default_value for default_file, host, port 2020-08-07 03:21:56 +09:00
spd_db_include.h Fix the following valgrind error on Spider 2021-05-13 02:37:33 +09:00
spd_db_mysql.cc Merge 10.4 into 10.5 2022-01-03 07:23:49 +02:00
spd_db_mysql.h [Spider] Add add checking default_value for default_file, host, port 2020-08-07 03:21:56 +09:00
spd_db_oracle.cc Reduce usage of strlen() 2021-05-19 22:27:48 +02:00
spd_db_oracle.h add pointer of ha_spider to Spider's use_result function 2020-06-05 17:30:02 +09:00
spd_direct_sql.cc MDEV-20827 Wrong param parsing in spider_direct_sql() when param contain comma 2020-08-17 21:04:02 +09:00
spd_direct_sql.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_environ.h Fix indents of Spider 2020-08-26 06:53:48 +09:00
spd_err.h MDEV-22189: Change error messages inside code to have mariadb instead of 2021-05-24 11:38:13 +05:30
spd_group_by_handler.cc MDEV-19866 With a Spider table, a SELECT with WHERE involving primary key breaks following SELECTs (#1356) 2021-10-18 13:19:03 +09:00
spd_group_by_handler.h merge Spider 3.3.13 2017-12-03 13:58:36 +02:00
spd_i_s.cc Add information_schema.spider_wrapper_protocols for knowing available wrappers of Spider 2020-06-11 16:41:14 +09:00
spd_include.h Merge 10.5 into 10.6 2022-01-18 12:59:50 +02:00
spd_init_query.h fix spider SERVER_NAME detection 2021-09-07 21:15:51 +02:00
spd_malloc.cc Reduce usage of strlen() 2021-05-19 22:27:48 +02:00
spd_malloc.h MDEV-20179 Server hangs on shutdown during installation of Spider (#1368) 2019-07-30 06:16:48 +09:00
spd_param.cc MDEV-27169 Change default values of Spider plugin variables to default values of table variables 2022-03-14 14:45:55 +09:00
spd_param.h Add a parameter spider_strict_group_by for supporting ONLY_FULL_GROUP_BY 2020-06-05 17:30:02 +09:00
spd_ping_table.cc Fix a compiler warning 2020-08-26 22:26:51 +09:00
spd_ping_table.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_sys_table.cc Merge 10.5 into 10.6 2021-09-06 10:31:32 +03:00
spd_sys_table.h MDEV-23561 Spider doesn't work with ps protocol 2020-08-26 06:54:00 +09:00
spd_table.cc MDEV-27923 Deprecate spider_use_handler 2022-03-14 14:24:18 +09:00
spd_table.h MDEV-27240 fixup: remove dead code 2022-01-15 21:24:25 +09:00
spd_trx.cc Merge 10.5 into 10.6 2021-10-18 16:36:24 +03:00
spd_trx.h MDEV-19002 Spider performance optimization with partition 2020-06-05 17:29:57 +09:00
spd_udf.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_udf.def
spd_udf.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spider.cnf Unify config syntax in default files 2020-08-01 10:31:41 +10:00