mariadb/storage/spider
Yuchen Pei fd76746234
MDEV-28105 Return error in ha_spider::write_row() if info(HA_STATUS_AUTO) fails
Spider calls info with HA_STATUS_AUTO to update auto increment info,
which may attempt to connect the data node. If the connection fails,
it may emit an error and return the same error. This error should not
be of lower priority than any possible error from the later call to
handler::update_auto_increment().

Without this change, certain errors from update_auto_increment() such
as HA_ERR_AUTOINC_ERANGE may get ignored, causing my_insert() to call
my_ok(), which fails the assertion because the error was emitted in
the info() call (Diagnostics_area::is_set() returns true).
2024-05-14 15:50:29 +10:00
..
hs_client Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
mysql-test/spider MDEV-28105 Return error in ha_spider::write_row() if info(HA_STATUS_AUTO) fails 2024-05-14 15:50:29 +10:00
CMakeLists.txt
configure.in
ha_spider.cc MDEV-28105 Return error in ha_spider::write_row() if info(HA_STATUS_AUTO) fails 2024-05-14 15:50:29 +10:00
ha_spider.h MDEV-25102 UNIQUE USING HASH error after ALTER ... DISABLE KEYS 2024-05-06 17:16:10 +02:00
Makefile.am
spd_conn.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_conn.h
spd_copy_tables.cc MDEV-30727 Check spider_hton_ptr in spider udfs 2024-05-05 21:37:07 +02:00
spd_copy_tables.h
spd_db_conn.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_db_conn.h Merge 10.4 into 10.5 2022-06-27 10:51:20 +03:00
spd_db_handlersocket.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_db_handlersocket.h
spd_db_include.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_db_include.h Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_db_mysql.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_db_mysql.h MDEV-33539 spider: remove some unused code in self reference checks 2024-03-04 11:52:13 +11:00
spd_db_oracle.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_db_oracle.h
spd_direct_sql.cc MDEV-30727 Check spider_hton_ptr in spider udfs 2024-05-05 21:37:07 +02:00
spd_direct_sql.h
spd_environ.h Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_err.h MDEV-33008 Fix spider table discovery 2024-01-10 16:36:39 +11:00
spd_group_by_handler.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_group_by_handler.h
spd_i_s.cc MDEV-33538 make auxiliary spider plugins init depend on actual spider 2024-05-03 14:47:54 +10:00
spd_include.h Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_init_query.h MDEV-33538 make auxiliary spider plugins init depend on actual spider 2024-05-03 14:47:54 +10:00
spd_malloc.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_malloc.h
spd_param.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_param.h Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_ping_table.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_ping_table.h
spd_sys_table.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_sys_table.h Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_table.cc MDEV-34036 Reset spider_hton_ptr in spider_db_done() 2024-05-07 10:56:02 +02:00
spd_table.h Merge 10.4 into 10.5 2023-08-23 17:16:47 +10:00
spd_trx.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
spd_trx.h
spd_udf.cc
spd_udf.def
spd_udf.h
spider.cnf