summaryrefslogtreecommitdiff
path: root/storage/federatedx/ha_federatedx.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-1/+1
|\ \ | |/
| * Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-04-261-17/+9
| |\
| | * - Fix an error causing MYSQL table to fail saying "no result set"Olivier Bertrand2016-04-251-17/+9
* | | MDEV-6353 my_ismbchar() and my_mbcharlen() refactoringAlexander Barkov2016-05-171-2/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
|\ \ \ | |/ /
| * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-33/+38
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-131-33/+38
| |\ \ | | |/ | |/|
| | * MDEV-8313 Got an error writing communication packetsSergei Golubchik2015-12-071-0/+19
| | * federatedx small cleanupSergei Golubchik2015-12-071-33/+19
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-1/+1
* | | cleanup: freshen up CREATE SERVER codeSergei Golubchik2014-12-041-7/+7
* | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+1
|\ \ \ | |/ /
| * | 5.5.40+ mergeSergei Golubchik2014-10-091-0/+1
| |\ \ | | |/
| | * MDEV-5120 Test suite test maria-no-logging failsSergei Golubchik2014-10-021-0/+1
* | | cleanup: remove table->status from some enginesSergei Golubchik2014-10-011-8/+0
|/ /
* | remove append_escaped(), use String::append_for_single_quote() insteadSergei Golubchik2014-03-261-3/+3
* | update plugins' maturity levels:Sergei Golubchik2014-03-191-1/+1
* | MDEV-5864 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.free_tablesSergey Vojtovich2014-03-201-8/+0
* | 10.0-base mergeSergei Golubchik2014-02-261-4/+7
|\ \
| * \ 5.5 mergeSergei Golubchik2014-02-251-4/+7
| |\ \ | | |/
| | * federatedx: avoid unnecessary bzero. improve dbug tracesSergei Golubchik2014-02-211-4/+7
| | * Fixed some cache variables that could be set to higher value than what the co...Michael Widenius2013-06-061-1/+0
* | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-2/+2
* | | 10.0-monty mergeSergei Golubchik2013-07-211-8/+8
|\ \ \ | |/ / |/| |
| * | Push a lot of small fixes to get larger parts to compileMichael Widenius2013-05-211-5/+5
| * | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-2/+2
* | | MDEV-4708: GTID strict mode doesn't work on a database with purged binlogsunknown2013-07-101-1/+0
* | | 5.5 mergeSergei Golubchik2013-06-061-5/+4
|\ \ \ | | |/ | |/|
| * | MDEV-388 Creating a federated table with a non-existing server returns a rand...Sergei Golubchik2013-05-211-3/+2
| * | MDEV-388 Creating a federated table with a non-existing server returns a rand...Sergei Golubchik2013-05-201-1/+1
| * | strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1)Sergei Golubchik2013-04-171-1/+1
* | | Changed the client library to only mark memory as THREAD_SPECIFIC if one has ...Michael Widenius2013-04-171-0/+3
* | | 5.5 mergeSergei Golubchik2013-04-141-1/+1
|\ \ \ | |/ /
| * | MDEV-4243 Warnings/errors while compiling with clangSergei Golubchik2013-03-281-1/+1
* | | post-review comments and other minor editsSergei Golubchik2013-04-091-3/+4
* | | assisted discovery in federatedxSergei Golubchik2013-04-091-18/+85
* | | * move bas_ext from the handler to the handlertonSergei Golubchik2013-04-071-16/+0
| |/ |/|