summaryrefslogtreecommitdiff
path: root/storage/spider/spd_trx.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-100/+132
|\
| * Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-311-100/+132
| |\
| | * Merge branch '10.9' into 10.10Oleksandr Byelkin2023-01-311-100/+132
| | |\
| | | * Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-100/+132
| | | |\
| | | | * Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-311-100/+132
| | | | |\
| | | | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-100/+132
| | | | | |\
| | | | | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-100/+132
| | | | | | |\
| | | | | | | * MDEV-26541 Make UBSAN builds work with spider again.Yuchen Pei2023-01-201-101/+133
| | | | | | | * MDEV-19794 Spider crash with XAKentoku SHIBA2020-08-141-4/+16
* | | | | | | | MDEV-28526 Spider: remove conn_kind member variablesYuchen Pei2022-12-231-29/+14
|/ / / / / / /
* | | | | | | Merge 10.10 into 10.11Marko Mäkelä2022-10-131-5/+9
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.9 into 10.10Marko Mäkelä2022-10-131-5/+9
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.8 into 10.9Marko Mäkelä2022-10-131-5/+9
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.7 into 10.8Marko Mäkelä2022-10-131-5/+9
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.5 into 10.6Marko Mäkelä2022-10-061-5/+9
| | | | |\ \ \ | | | | | |/ /
| | | | | * | MDEV-29484 Assertion `!trx_free || !trx->locked_connections' failed in spider...Nayuta Yanagisawa2022-10-041-5/+9
* | | | | | | MDEV-28890 Spider: remove #ifdef SPIDER_XID_USES_xid_cache_iteratesawasa2022-08-311-70/+0
|/ / / / / /
* | | | | | Merge 10.9 into 10.10Marko Mäkelä2022-07-281-28/+42
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.8 into 10.9Marko Mäkelä2022-07-281-28/+42
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.7 into 10.8Marko Mäkelä2022-07-011-28/+42
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2022-06-301-111/+40
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-28352 Spider: heap-use-after-free in ha_spider::lock_tables(), heap free...Nayuta Yanagisawa2022-06-281-111/+40
* | | | | | MDEV-27256 Delete spider_use_handler and related code (3/3)Nayuta Yanagisawa2022-06-091-1/+1
* | | | | | MDEV-27256 Delete spider_use_handler and related code (2/3)Nayuta Yanagisawa2022-06-091-1/+0
* | | | | | Merge 10.9 into 10.10Marko Mäkelä2022-06-071-5/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-27648 fixup: delete unused member of st_spider_transactionNayuta Yanagisawa2022-06-031-5/+0
* | | | | | MDEV-28006 Delete Spider plugin variables regarding UDFs and related codeNayuta Yanagisawa2022-05-181-3/+3
|/ / / / /
* | | | | MDEV-27474 Spider: remove #WITH_PARTITION_STORAGE_ENGINENayuta Yanagisawa2022-03-311-2/+0
* | | | | MDEV-27648 Spider: remove in #ifdef HASH_UPDATE_WITH_HASH_VALUENayuta Yanagisawa2022-02-101-57/+0
* | | | | MDEV-27646 Spider: remove #ifdef SPIDER_HAS_HASH_VALUE_TYPENayuta Yanagisawa2022-02-101-16/+0
* | | | | MDEV-27643 Spider: remove #ifdef HA_CAN_BULK_ACCESSNayuta Yanagisawa2022-02-101-41/+0
* | | | | MDEV-27641 Spider: remove #if MYSQL_VERSION_ID < ${VERSION}Nayuta Yanagisawa2022-02-101-13/+0
* | | | | MDEV-27637 Spider: remove #if defined(MARIADB_BASE_VERSION) && MYSQL_VERSION_...Nayuta Yanagisawa2022-02-101-19/+0
|/ / / /
* | | | MDEV-26858 Spider: Remove dead code related to HandlerSocketNayuta Yanagisawa2022-01-241-371/+2
|/ / /
* | | Merge 10.5 into 10.6Marko Mäkelä2021-10-181-4/+2
|\ \ \ | |/ /
| * | MDEV-26539 SIGSEGV in spider_check_and_set_trx_isolation and I_P_List_iterato...bb-10.5-mdev-26539Nayuta Yanagisawa2021-10-181-4/+2
| * | MDEV-23561 Spider doesn't work with ps protocolKentoku SHIBA2020-08-261-102/+31
| * | MDEV-19794 Spider crash with XAKentoku SHIBA2020-08-141-4/+16
* | | MDEV-23561 Spider doesn't work with ps protocolbb-10.6-MDEV-7098Kentoku SHIBA2020-08-261-102/+31
* | | MDEV-19794 Spider crash with XAKentoku SHIBA2020-08-141-4/+16
* | | add a table parameter "driver" to SpiderKentoku SHIBA2020-08-071-0/+29
* | | add a table parameter "filedsn" to SpiderKentoku SHIBA2020-08-071-0/+29
|/ /
* | add a table parameter "dsn" to SpiderKentoku SHIBA2020-06-051-0/+29
* | MDEV-19002 Spider performance optimization with partitionKentoku SHIBA2020-06-051-55/+77
* | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-1/+1
* | MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-2/+1
* | cleanup: pass trxid by valueSergei Golubchik2020-03-101-4/+4
* | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-8/+12
* | perfschema transaction instrumentation related changesSergei Golubchik2020-03-101-4/+4
* | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-4/+4