mariadb/storage/spider
Yuchen Pei ba94778d2c
MDEV-32753 Make spider init queries compatible with oracle sql mode
Remove ORACLE from the (session) sql_mode in connections made with sql
service to run init queries

The connection is new and the global variable value takes effect
rather than the session value from the caller of spider_db_init.
2023-12-07 16:01:42 +11:00
..
hs_client Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
mysql-test/spider MDEV-32753 Make spider init queries compatible with oracle sql mode 2023-12-07 16:01:42 +11:00
scripts MDEV-19842 Crash while creating statistics for Spider table (#1355) 2019-07-06 23:52:53 +09: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-28683 Spider: create conn on demand when direct delete 2023-12-07 11:02:31 +11:00
ha_spider.h Merge 10.3 into 10.4 2022-06-27 10:14:37 +03:00
Makefile.am
spd_conn.cc MDEV-32524 Use enums for ids passed to spider mem alloc functions 2023-11-20 09:25:43 +11:00
spd_conn.h MDEV-16508 spider: sql_mode not maintained between spider node and data nodes (#1347) 2019-06-29 03:35:48 +09:00
spd_copy_tables.cc MDEV-32524 Use enums for ids passed to spider mem alloc functions 2023-11-20 09:25:43 +11:00
spd_copy_tables.h
spd_db_conn.cc MDEV-32524 Use enums for ids passed to spider mem alloc functions 2023-11-20 09:25:43 +11:00
spd_db_conn.h Merge 10.3 into 10.4 2022-06-27 10:14:37 +03:00
spd_db_handlersocket.cc MDEV-32524 Use enums for ids passed to spider mem alloc functions 2023-11-20 09:25:43 +11:00
spd_db_handlersocket.h MDEV-18973 CLIENT_FOUND_ROWS wrong in spider 2019-11-29 23:23:57 +09:00
spd_db_include.cc
spd_db_include.h MDEV-26247 Clean up spider_fields 2023-11-17 10:04:12 +11:00
spd_db_mysql.cc MDEV-32524 Use enums for ids passed to spider mem alloc functions 2023-11-20 09:25:43 +11:00
spd_db_mysql.h MDEV-26247 Re-implement spider gbh query rewrite of tables 2023-11-17 11:07:50 +11:00
spd_db_oracle.cc MDEV-32524 Use enums for ids passed to spider mem alloc functions 2023-11-20 09:25:43 +11:00
spd_db_oracle.h MDEV-18973 CLIENT_FOUND_ROWS wrong in spider 2019-11-29 23:23:57 +09:00
spd_direct_sql.cc MDEV-32524 Use enums for ids passed to spider mem alloc functions 2023-11-20 09:25:43 +11: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 MDEV-6275 spider_same_server_link not enforced (#1330) 2019-06-12 19:30:50 +09:00
spd_group_by_handler.cc MDEV-32524 Use enums for ids passed to spider mem alloc functions 2023-11-20 09:25:43 +11:00
spd_group_by_handler.h
spd_i_s.cc
spd_include.h MDEV-22979 MDEV-27233 MDEV-28218 Fixing spider init bugs 2023-12-07 16:01:41 +11:00
spd_init_query.h MDEV-32753 Make spider init queries compatible with oracle sql mode 2023-12-07 16:01:42 +11:00
spd_malloc.cc MDEV-28835 Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on INSERT 2023-10-04 08:51:48 +04: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-29020 Reduce default spider bg sts/crd thread counts 2023-12-05 20:59:58 +11:00
spd_param.h MDEV-16508 spider: sql_mode not maintained between spider node and data nodes (#1347) 2019-06-29 03:35:48 +09:00
spd_ping_table.cc MDEV-32524 Use enums for ids passed to spider mem alloc functions 2023-11-20 09:25:43 +11:00
spd_ping_table.h
spd_sys_table.cc MDEV-28739 MDEV-29421 Remove spider persistent table stats 2023-11-24 16:30:54 +11:00
spd_sys_table.h MDEV-28739 MDEV-29421 Remove spider persistent table stats 2023-11-24 16:30:54 +11:00
spd_table.cc MDEV-22979 MDEV-27233 MDEV-28218 Fixing spider init bugs 2023-12-07 16:01:41 +11:00
spd_table.h MDEV-31117 Fix spider connection info parsing 2023-08-23 11:21:14 +10:00
spd_trx.cc MDEV-28683 Spider: create conn on demand when direct delete 2023-12-07 11:02:31 +11:00
spd_trx.h MDEV-16508 spider: sql_mode not maintained between spider node and data nodes (#1347) 2019-06-29 03:35:48 +09:00
spd_udf.cc
spd_udf.def
spd_udf.h