mariadb/storage/spider
Jacob Mathew afe5a51c2d MDEV-12900: spider tests failed in buildbot with valgrind
The failures with valgrind occur as a result of Spider sometimes using the
wrong transaction for operations in background threads that send requests to
the data nodes.  The use of the wrong transaction caused the networking to the
data nodes to use the wrong thread in some cases.  Valgrind eventually
detects this when such a thread is destroyed before it is used to disconnect
from the data node by that wrong transaction when it is freed.

I have fixed the problem by correcting the transaction used in each of these
cases.

Author:
  Jacob Mathew.

Reviewer:
  Kentoku Shiba.

Merged:
  Commit 4d576d9 on branch bb-10.3-MDEV-12900
2018-05-21 18:16:03 -07:00
..
hs_client
mysql-test/spider
scripts
CMakeLists.txt
configure.in
ha_spider.cc MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbot 2018-05-17 11:21:13 -07:00
ha_spider.h
Makefile.am
spd_conn.cc MDEV-12900: spider tests failed in buildbot with valgrind 2018-05-21 18:16:03 -07:00
spd_conn.h
spd_copy_tables.cc MDEV-15698: Spider ignores syntax errors in connection string in COMMENT field 2018-05-01 18:47:04 -07:00
spd_copy_tables.h
spd_db_conn.cc MDEV-15712: If remote server used by Spider table is unavailable, some operations hang for a long time 2018-04-30 19:44:02 -07:00
spd_db_conn.h
spd_db_handlersocket.cc
spd_db_handlersocket.h
spd_db_include.h
spd_db_mysql.cc MDEV-15712: If remote server used by Spider table is unavailable, some operations hang for a long time 2018-04-30 19:44:02 -07:00
spd_db_mysql.h
spd_db_oracle.cc
spd_db_oracle.h
spd_direct_sql.cc MDEV-15698: Spider ignores syntax errors in connection string in COMMENT field 2018-05-01 18:47:04 -07:00
spd_direct_sql.h
spd_err.h
spd_i_s.cc
spd_include.h MDEV-15712: If remote server used by Spider table is unavailable, some operations hang for a long time 2018-04-30 19:44:02 -07:00
spd_malloc.cc
spd_malloc.h MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbot 2018-05-17 11:21:13 -07:00
spd_param.cc MDEV-15697 post-fix: Remove an unused variable 2018-05-11 18:09:05 +03:00
spd_param.h MDEV-15697: Remote user used by Spider needs SUPER privilege 2018-05-09 12:17:57 -07:00
spd_ping_table.cc MDEV-12900: spider tests failed in buildbot with valgrind 2018-05-21 18:16:03 -07:00
spd_ping_table.h
spd_sys_table.cc
spd_sys_table.h
spd_table.cc MDEV-12900: spider tests failed in buildbot with valgrind 2018-05-21 18:16:03 -07:00
spd_table.h MDEV-15698: Spider ignores syntax errors in connection string in COMMENT field 2018-05-01 18:47:04 -07:00
spd_trx.cc MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbot 2018-05-17 11:21:13 -07:00
spd_trx.h
spd_udf.cc
spd_udf.def
spd_udf.h