mariadb/storage/spider
Nayuta Yanagisawa c208006080 MDEV-29008 Server crash or assertion `field' failed in spider_db_open_item_ident / group by handler
ha_spider::field_exchange() returns NULL and that results in a crash
or a assertion failure in spider_db_open_item_ident().

In the first place, there seems to be no need to call field_exchange()
for printing an identity (column name with alias). Thus, we simply
remove the call.
2022-08-16 16:36:44 +09:00
..
hs_client Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mysql-test/spider MDEV-29008 Server crash or assertion `field' failed in spider_db_open_item_ident / group by handler 2022-08-16 16:36:44 +09:00
scripts Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
CMakeLists.txt Fix CMake warning in spider, in Windows ninja build 2019-09-12 17:06:06 +02:00
configure.in
ha_spider.cc MDEV-28854 Disallow INSERT DELAYED on Spider table 2022-06-27 14:58:18 +09:00
ha_spider.h MDEV-28854 Disallow INSERT DELAYED on Spider table 2022-06-27 14:58:18 +09:00
Makefile.am
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 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_copy_tables.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_copy_tables.h
spd_db_conn.cc MDEV-29008 Server crash or assertion `field' failed in spider_db_open_item_ident / group by handler 2022-08-16 16:36:44 +09:00
spd_db_conn.h MDEV-28854 Disallow INSERT DELAYED on Spider table 2022-06-27 14:58:18 +09:00
spd_db_handlersocket.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_db_handlersocket.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_db_include.cc
spd_db_include.h Merge remote-tracking branch 10.2 into 10.3 2019-12-02 14:35:10 +02:00
spd_db_mysql.cc MDEV-29011 Server crash in spider_db_open_item_cond with XOR operator 2022-07-05 23:02:19 +09:00
spd_db_mysql.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_db_oracle.cc MDEV-20502 Queries against spider tables return wrong values for columns following constant declarations. 2021-01-12 10:25:03 +01:00
spd_db_oracle.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_direct_sql.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_direct_sql.h
spd_environ.h MDEV-18993 The keep-alive connection (set spider_conn_recycle_mode = 1) in spider would cause cash in MariaDB (#1269) 2020-06-27 14:42:36 +09:00
spd_err.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
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
spd_i_s.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_include.h MDEV-28854 Disallow INSERT DELAYED on Spider table 2022-06-27 14:58:18 +09:00
spd_malloc.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_malloc.h
spd_param.cc MDEV-26545 Spider does not correctly handle UDF and stored function in where conds 2021-09-22 18:55:05 +09:00
spd_param.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_ping_table.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_ping_table.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_sys_table.cc Fix GCC -Og -Wmaybe-uninitialized 2022-07-28 08:51:19 +03:00
spd_sys_table.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_table.cc MDEV-28854 Disallow INSERT DELAYED on Spider table 2022-06-27 14:58:18 +09:00
spd_table.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_trx.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_trx.h
spd_udf.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
spd_udf.def
spd_udf.h