summaryrefslogtreecommitdiff
path: root/storage/federatedx/ha_federatedx.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| |/ |/|
* | fix the failing federated.federated_innodb test:Sergei Golubchik2013-01-231-1/+1
* | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-3/+3
* | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-3/+3
* | MDEV-452 Add full support for auto-initialized/updated timestamp and datetimeunknown2012-10-171-2/+0
|/
* rename debug variable to debug_dbug, to make test pass in release buildsSergei Golubchik2011-12-151-1/+1
* mysql-5.5.18 mergeSergei Golubchik2011-11-031-16/+0
* merge with 5.3Sergei Golubchik2011-10-191-5/+11
|\
| * Merge with 5.2Michael Widenius2011-03-091-2/+5
| |\
| | * Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-2/+5
| | |\
| | | * Applied patch for lp:585688 "maridb crashes in federatedx code" from lp:~atcu...Michael Widenius2011-02-101-1/+3
| | * | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-2/+4
| * | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-3/+6
| |/ /