mariadb/storage/spider
KiyoshiTakeda 4d1955d348
MDEV-28225 Disallow user to create Spider temporary table
Creating a temporary table with Spider is non-sense because a Spider
table cannot hold any physical data and it requires an additional
effort to manage even if it is configured correctly.

Set HTON_TEMPORARY_NOT_SUPPORTED to spider_hton->flags.  

Reviewed-by: nayuta.yanagisawa@hey.com
Co-authored-by: d8sk4ueun@gmail.com
2022-04-11 23:02:38 +09:00
..
hs_client Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mysql-test/spider MDEV-28225 Disallow user to create Spider temporary table 2022-04-11 23:02:38 +09:00
scripts Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
CMakeLists.txt fix compilation wih -DPLUGIN_PARTITION=NO 2018-02-22 08:40:54 +01:00
configure.in MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
ha_spider.cc MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
ha_spider.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
Makefile.am MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
spd_conn.cc MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying to unlock mutex conn->mta_conn_mutex that wasn't locked at storage/spider/spd_db_conn.cc, line 671 2020-09-07 10:18:43 +09:00
spd_conn.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_copy_tables.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
spd_copy_tables.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_db_conn.cc MDEV-25985 Spider handle ">=" as ">" in some cases 2021-07-14 12:08:37 +00:00
spd_db_conn.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_db_handlersocket.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
spd_db_handlersocket.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
spd_db_include.h MDEV-17508 Fix bug for spider when using "not like" 2019-11-25 15:40:01 +01:00
spd_db_mysql.cc MDEV-26545 Spider does not correctly handle UDF and stored function in where conds 2021-09-22 18:54:22 +09:00
spd_db_mysql.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
spd_db_oracle.cc MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying to unlock mutex conn->mta_conn_mutex that wasn't locked at storage/spider/spd_db_conn.cc, line 671 2020-09-07 10:18:43 +09:00
spd_db_oracle.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
spd_direct_sql.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
spd_direct_sql.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_err.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_i_s.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_include.h MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying to unlock mutex conn->mta_conn_mutex that wasn't locked at storage/spider/spd_db_conn.cc, line 671 2020-09-07 10:18:43 +09:00
spd_malloc.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_malloc.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_param.cc MDEV-26545 Spider does not correctly handle UDF and stored function in where conds 2021-09-22 18:54:22 +09:00
spd_param.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
spd_ping_table.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_ping_table.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_sys_table.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
spd_sys_table.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_table.cc MDEV-28225 Disallow user to create Spider temporary table 2022-04-11 23:02:38 +09:00
spd_table.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
spd_trx.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
spd_trx.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_udf.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spd_udf.def MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
spd_udf.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00