summaryrefslogtreecommitdiff
path: root/storage/federatedx/ha_federatedx.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.6 into 10.8Marko Mäkelä2023-02-101-1/+1
|\
| * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-1/+1
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-1/+1
| | |\
| | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-1/+1
* | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-11-021-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-021-1/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-261-1/+2
| | |\ \ | | | |/
| | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-10-261-0/+1
| | | |\
| | | | * MDEV-29490 Renaming internally used client API to avoid name conflictsLawrin Novitsky2022-10-251-0/+1
| | | * | MDEV-29640 FederatedX does not properly handle pushdown in case of differenc...Oleg Smirnov2022-10-261-1/+1
* | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-10-041-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-10-021-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-2/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-2/+2
| | | |\ \ | | | | |/
| | | | * Use memory safe snprintf() in Connect Engine and elsewhere (#2210)Mikhail Chalov2022-09-281-2/+2
* | | | | Merge 10.7 into 10.8Marko Mäkelä2022-04-061-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-04-061-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.4 into 10.5Marko Mäkelä2022-04-061-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.3 into 10.4Marko Mäkelä2022-04-061-1/+1
| | | |\ \ | | | | |/
| | | | * Merge 10.2 into 10.3Marko Mäkelä2022-04-061-1/+1
| | | | |\
| | | | | * Cleanup: Remove some unused functionsMarko Mäkelä2022-03-301-1/+1
| | | | | * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-10/+9
* | | | | | MDEV-27398 DESC index causes wrong (empty) result on Federated tablesSergei Golubchik2022-01-261-5/+6
* | | | | | cleanup: FederatedXSergei Golubchik2022-01-261-25/+15
|/ / / / /
* | | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-2/+2
* | | | | Reduce usage of strlen()Monty2021-05-191-26/+34
|/ / / /
* | | | MDEV-22775: Merge 10.4 into 10.5Marko Mäkelä2021-04-081-1/+3
|\ \ \ \ | |/ / /
| * | | MDEV-22775 [HY000][1553] Changing name of primary key column with foreign key...Alexander Barkov2021-04-071-1/+3
* | | | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-221-2/+1
* | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-10/+9
|\ \ \ \ | |/ / /
| * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-10/+9
| |\ \ \ | | |/ /
| | * | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-10/+9
* | | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-2/+2
| | |\ \ | | | |/
| | | * MDEV-17573 Assertion in federatedx on multi-updateAleksey Midenkov2020-12-091-2/+2
| | * | MDEV-16937 Strict SQL with system versioned tables causes issuesAleksey Midenkov2020-05-281-0/+17
* | | | replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table()Sergei Golubchik2020-07-041-3/+2
* | | | optimization: use hton->drop_table in few simple casesSergei Golubchik2020-07-041-0/+1
* | | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-1/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-0/+17
|\ \ \ \ | |/ / /
| * | | MDEV-16937 Strict SQL with system versioned tables causes issues (10.4)Aleksey Midenkov2020-05-291-0/+17
* | | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-271-2/+4
* | | | cleanup: pass trxid by valueSergei Golubchik2020-03-101-4/+4
* | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-5/+5
* | | | perfschema transaction instrumentation related changesSergei Golubchik2020-03-101-4/+4
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-5/+5
* | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-1/+2
* | | | Merge 10.4 into 10.5Aleksey Midenkov2019-11-251-4/+3
|\ \ \ \ | |/ / /