summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge kahlann.erinye.com:/home/df/mysql/build/mysql-5.0df@kahlann.erinye.com2007-01-241-28/+51
|\
| * ndb - bug#25562 use byte-size max_data_length() when setting blob part sizepekka@clam.ndb.mysql.com/clam.(none)2007-01-231-11/+21
| * bug#25746 ndb: 4209 error with 2 VARCHAR primary keystomas@poseidon.mysql.com2007-01-231-1/+1
| * bug#25746 ndb: 4209 error with 2 VARCHAR primary keystomas@poseidon.mysql.com2007-01-231-10/+16
| * Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0mskold/marty@mysql.com/linux.site2007-01-081-0/+10
| |\
| | * bug#24820 CREATE INDEX ....USING HASH on NDB table creates ordered index, no...mskold/marty@mysql.com/linux.site2007-01-081-0/+10
| * | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0mskold/marty@mysql.com/linux.site2007-01-031-7/+4
| |\ \ | | |/
| | * Removed check for impossible error returnmskold/marty@mysql.com/linux.site2006-12-141-7/+4
* | | ha_ndbcluster.cc:tulin/mysqldev@mysql.com/production.mysql.com2007-01-171-9/+16
* | | ha_ndbcluster.cc:tulin/mysqldev@mysql.com/production.mysql.com2007-01-171-16/+9
|/ /
* | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0mskold/marty@mysql.com/linux.site2006-12-041-54/+215
|\ \
| * \ Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0mskold/marty@mysql.com/linux.site2006-11-301-8/+10
| |\ \ | | |/
| | * bug#18487 UPDATE IGNORE not supported for unique constraint violation of non...mskold/marty@mysql.com/linux.site2006-11-301-7/+8
| | * bug#18487 UPDATE IGNORE not supported for unique constraint violation of non...mskold/marty@mysql.com/linux.site2006-11-301-2/+3
| * | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0mskold/marty@mysql.com/linux.site2006-11-301-49/+208
| |\ \ | | |/
| | * #18487 UPDATE IGNORE not supported for unique constraint violation of non-pr...mskold/marty@mysql.com/linux.site2006-11-301-0/+15
| | * bug#21507 I can't create a unique hash index in NDB: Added possibillity to cr...mskold/marty@mysql.com/linux.site2006-11-071-49/+193
* | | Fixed compiler warningsmonty@mysql.com/narttu.mysql.fi2006-11-301-2/+2
|/ /
* | Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-20/+21
|/
* Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbjonas@perch.ndb.mysql.com2006-10-251-1/+3
|\
| * Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-10-191-1/+3
| |\
| | * ndb - bug#23200jonas@perch.ndb.mysql.com2006-10-191-1/+3
* | | fix ndb_cache_multi2stewart@willster.(none)2006-10-241-1/+4
* | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmskold/marty@mysql.com/linux.site2006-10-241-10/+38
|\ \ \
| * | | post merge fixstewart@willster.(none)2006-10-241-7/+11
| * | | Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2-merge2stewart@willster.(none)2006-10-231-8/+32
| |\ \ \ | | |/ / | |/| |
| | * | Bug #19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesstewart@willster.(none)2006-10-231-8/+35
* | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmskold/marty@mysql.com/linux.site2006-10-181-16/+43
|\ \ \ \ | |/ / / |/| | |
| * | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0mskold/marty@mysql.com/linux.site2006-10-181-16/+43
| |\ \ \
| | * \ \ Merge mysql.com:/windows/Linux_space/MySQL/mysql-4.1mskold/marty@mysql.com/linux.site2006-10-161-1/+8
| | |\ \ \
| | | * | | Bug #21072 Duplicate key error in NDB references wrong key: use MAX_KEY to s...mskold/marty@mysql.com/linux.site2006-09-211-1/+8
| | * | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0mskold/marty@mysql.com/linux.site2006-10-161-15/+35
| | |\ \ \ \
| | | * | | | Bug #21056 ndb pushdown equal/setValue error on datetime: post review fixes,...mskold/marty@mysql.com/linux.site2006-09-151-10/+10
| | | * | | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-4.1mskold/marty@mysql.com/linux.site2006-09-131-5/+20
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Bug #21378 Alter table from X storage engine to NDB could cause data loss: s...mskold/marty@mysql.com/linux.site2006-09-131-1/+7
| | | | * | | Bug #21378 Alter table from X storage engine to NDB could cause data loss: A...mskold/marty@mysql.com/linux.site2006-09-121-4/+13
| | | * | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0mskold/marty@mysql.com/linux.site2006-09-121-0/+5
| | | |\ \ \ \
| | | | * | | | Bug #21056 ndb pushdown equal/setValue error on datetime: only pushdown like...mskold/marty@mysql.com/linux.site2006-09-051-0/+5
* | | | | | | | Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2stewart@willster.(none)2006-10-161-9/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge willster.(none):/home/stewart/Documents/MySQL/4.1/ndbstewart@willster.(none)2006-09-201-0/+34
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesstewart@willster.(none)2006-08-101-9/+16
* | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.0jonas@perch.ndb.mysql.com2006-10-111-2/+11
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0svoj@april.(none)2006-09-181-1/+3
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Bug#20573acurtis/antony@xiphis.org/ltantony.xiphis.org2006-08-301-1/+3
| | | |_|/ / | | |/| | |
| * | | | | Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0".guilhem@gbichot3.local2006-09-051-1/+8
* | | | | | Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndblzhou/root@dev3-138.dev.cn.tlan2006-08-281-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUG#20848 SHOW STATUS LIKE 'NDB%' should be data nodes not storage nodesjustin.he@qa3-104.qa.cn.tlan2006-08-111-3/+3
* | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-08-231-0/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | ndb - bug#20708jonas@perch.ndb.mysql.com2006-08-151-0/+2
| |/ / / /