summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-111-11060/+0
* Fixed issues with partitions and create temporary table SELECT ...Michael Widenius2013-07-031-23/+39
* Applied all changes from Igor and SanjaMichael Widenius2013-06-151-14/+14
* Push a lot of small fixes to get larger parts to compileMichael Widenius2013-05-211-15/+15
* Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+1
* cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-1/+1
* MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-4/+2
* MDEV-452 Add full support for auto-initialized/updated timestamp and datetimeunknown2012-10-171-7/+0
* 5.3 mergeSergei Golubchik2012-01-131-1/+1
|\
| * Merge with 5.2.Michael Widenius2011-12-111-4/+3
| |\
| | * Merge with MariaDB 5.1Michael Widenius2011-11-241-4/+3
| | |\
| | | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-4/+3
| | | |\
| | | | * Updated/added copyright headersKent Boortz2011-07-031-4/+3
| | | | |\
| * | | | \ Merge with 5.1-release.Michael Widenius2010-12-061-6/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | merge with 5.1Michael Widenius2010-11-301-6/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-6/+3
| | | |\ \ \ | | | | |/ /
* | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+3
|\ \ \ \ \ \
| * | | | | | Merging into mysql-5.5.16-release.Mats Kindahl2011-08-151-1/+2
| * | | | | | Updated/added copyright headersKent Boortz2011-06-301-1/+1
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
* | | | | | | 5.5-mergeSergei Golubchik2011-07-021-38/+31
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge from 5.1.Guilhem Bichot2011-05-211-4/+3
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-4/+3
| | |/ / / /
| * | | | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-27/+24
| * | | | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-191-4/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-191-4/+6
| * | | | | merge of mysql-5.5 into mysql-5.5-wl1054Georgi Kodinov2010-09-201-21/+8
| |\ \ \ \ \
| * | | | | | WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-1/+1
* | | | | | | merge.Sergei Golubchik2010-11-251-8/+33
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Merge 5.2->5.3Sergey Petrunya2010-10-101-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | merge with 5.1Sergei Golubchik2010-07-251-1/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | restore the unintentinally broken ABISergei Golubchik2010-07-231-1/+1
| * | | | | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-12/+18
| |\ \ \ \ \ | | |/ / / /
| | * | | | merge 5.1->5.2Sergei Golubchik2010-06-011-11/+0
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge with MySQL 5.1.47Michael Widenius2010-05-261-11/+0
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Bug#51591 deadlock in the plugins+status+variablesStaale Smedseng2010-04-191-11/+0
| | * | | | Maria WL#61unknown2010-04-011-0/+17
| | * | | | pluggable auth with plugin examplesSergei Golubchik2010-03-291-1/+1
| | |/ / /
| * | | | Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-7/+12
| |\ \ \ \ | | |/ / /
| | * | | Removed compiler warningsMichael Widenius2010-01-061-0/+2
| | * | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-7/+10
| | |\ \ \ | | | |/ /
| * | | | Backport into MariaDB-5.2 the following:Sergey Petrunya2009-12-151-0/+3
| |/ / /
| * | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-21/+25
| |\ \ \
| * \ \ \ Merge with base MySQL 5.1Michael Widenius2009-02-151-2/+8
| |\ \ \ \
| * | | | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-5/+10
| * | | | | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or...Guilhem Bichot2008-11-211-18/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-3/+3
| |\ \ \ \ \ \
| | * | | | | | WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-3/+3
* | | | | | | | Commit on behalf of Dmitry Lenev.Konstantin Osipov2010-08-121-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix for bug #52044 "FLUSH TABLES WITH READ LOCK and FLUSHDmitry Lenev2010-07-271-2/+2
* | | | | | | | | A fix for Bug#41158 "DROP TABLE holds LOCK_open during unlink()". Konstantin Osipov2010-08-091-21/+8
| |_|_|_|_|_|_|/ |/| | | | | | |