summaryrefslogtreecommitdiff
path: root/storage/federatedx/ha_federatedx.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Aleksey Midenkov2019-11-251-4/+3
| |\ \ \ | | |/ /
| | * | MDEV-21049 Segfault in create federatedx table with empty hostnameAleksey Midenkov2019-11-221-4/+3
* | | | MDEV-20806 Federated does not work with INET6, returns NULL with warning ER_T...Alexander Barkov2019-10-121-1/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-051-1/+1
* | | | MDEV-17709 Remove handlerton::stateRobert Bindar2019-06-061-1/+0
* | | | Fixed FederatedX to follow THD ha_data protocolSergey Vojtovich2019-05-211-5/+7
|/ / /
* | | MDEV-17096 Pushdown of simple derived tables to storage enginesIgor Babaev2019-02-131-1/+1
* | | MDEV-17096 Pushdown of simple derived tables to storage enginesIgor Babaev2019-02-121-2/+8
* | | MDEV-17096 Pushdown of simple derived tables to storage enginesIgor Babaev2019-02-061-1/+12
|/ /
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-1/+1
|\ \ | |/
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-1/+1
| |\
| | * Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-06-121-1/+1
| | |\
| | | * Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-121-1/+1
| | | |\
| | | | * MDEV-16342 SHOW ENGINES: MyISAM description is uselessSergei Golubchik2018-06-111-1/+1
| | | | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-0/+2
* | | | | MDEV-15969 System versioning and FEDERATED don't work well together: DML and ...Aleksey Midenkov2018-05-171-3/+11
* | | | | MDEV-16157 federated corrupts timestampsSergei Golubchik2018-05-171-0/+25
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-5/+5
* | | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-2/+2
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-9/+9
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-9/+9
* | | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-22/+26
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-22/+26
| |\ \ \ \ | | |/ / /
| | * | | MDEV-12725 select on federated table crashes serverSergei Golubchik2017-08-081-22/+24
| | |/ /
| | * | MDEV-12824 GCC 7 warning: this statement may fall through [-Wimplicit-fallthr...Sergei Golubchik2017-07-201-0/+2
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-16/+16
* | | | Added "const" to new data for handler::update_row()Michael Widenius2017-04-181-1/+1
|/ / /
* | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-1/+1
* | | fix build and some warningskevg2016-11-241-1/+0