summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
Commit message (Expand)AuthorAgeFilesLines
* ha_ndbcluster.h:mskold/marty@mysql.com/quadfish.(none)2007-11-051-0/+3
* Bug#25817 UPDATE IGNORE doesn't check write_set when checking unique indexes...mskold/marty@mysql.com/linux.site2007-10-021-1/+8
* Merge jhe@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbJustin.He/justin.he@dev3-240.dev.cn.tlan2007-04-281-0/+1
|\
| * Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bjlzhou/zhl@dev3-63.(none)2007-04-181-0/+1
| |\
| | * BUG#26675 Add ndb_connectstring in "show global variables".lzhou/zhl@dev3-63.(none)2007-03-121-0/+1
* | | Moved method definition to ease merge to 5.1mskold/marty@mysql.com/linux.site2007-04-241-1/+2
* | | Moved all code related to engine_condition_pushdown to a new class,mskold/marty@mysql.com/linux.site2007-04-231-439/+7
* | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0mskold/marty@mysql.com/linux.site2007-04-051-0/+2
|\ \ \ | |/ / |/| |
| * | Bug #26242 UPDATE with subquery and triggers failing with cluster tablesmskold/marty@mysql.com/linux.site2007-04-041-0/+2
| * | NdbScanOperation.hpp, NdbScanOperation.cpp, ha_ndbcluster.cc:mskold/marty@mysql.com/linux.site2007-02-071-1/+0
| * | Fix for bug#25821 Excessive partition pruning for multi-range index scan in ...mskold/marty@mysql.com/linux.site2007-02-061-0/+1
* | | Bug #27320 ndb handler does not reset extra flags on reset()tomas@whalegate.ndb.mysql.com2007-03-221-0/+1
| |/ |/|
* | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
|/
* bug#18487 UPDATE IGNORE not supported for unique constraint violation of non...mskold/marty@mysql.com/linux.site2006-11-301-1/+1
* bug#21507 I can't create a unique hash index in NDB: Added possibillity to cr...mskold/marty@mysql.com/linux.site2006-11-071-2/+18
* Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmskold/marty@mysql.com/linux.site2006-10-241-2/+8
|\
| * Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2-merge2stewart@willster.(none)2006-10-231-2/+8
| |\
| | * Bug #19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesstewart@willster.(none)2006-10-231-2/+6
* | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmskold/marty@mysql.com/linux.site2006-10-181-13/+56
|\ \ \ | |/ / |/| |
| * | Bug #21056 ndb pushdown equal/setValue error on datetime: thread safe bitmap...mskold/marty@mysql.com/linux.site2006-09-181-3/+3
| * | Bug #21056 ndb pushdown equal/setValue error on datetime: post review fixes,...mskold/marty@mysql.com/linux.site2006-09-151-20/+39
| * | Bug #21056 ndb pushdown equal/setValue error on datetime: only pushdown like...mskold/marty@mysql.com/linux.site2006-09-051-2/+26
* | | Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2stewart@willster.(none)2006-10-161-2/+2
|\ \ \ | |/ / |/| / | |/
| * Merge willster.(none):/home/stewart/Documents/MySQL/4.1/ndbstewart@willster.(none)2006-09-201-0/+2
| |\
| * | BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesstewart@willster.(none)2006-08-101-2/+2
* | | Fix for bug #21059 Server crashes on join query with large dataset with NDB ...mskold/marty@mysql.com/linux.site2006-08-151-3/+9
* | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-4.1mskold/marty@mysql.com/linux.site2006-08-151-0/+2
|\ \ \ | | |/ | |/|
| * | ndb_lock.test, ndb_lock.result:mskold/marty@mysql.com/linux.site2006-08-151-0/+2
| |/
* | Fix for Bug #19906 REPLACE doesn't update TEXT fields correctlymskold@mysql.com2006-06-211-1/+2
* | Merge mysql.com:/home/marty/MySQL/mysql-4.1mskold@mysql.com2006-06-091-0/+2
|\ \ | |/
| * Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: implemented ha_ndb...mskold@mysql.com2006-06-081-0/+2
* | Fix for Bug#17431 INSERT IGNORE INTO returns failed: 1296: err 4350 'Transact...mskold@mysql.com2006-03-231-1/+8
* | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1tomas@poseidon.ndb.mysql.com2006-02-101-0/+3
|\ \ | |/
| * Bug #17249 ndb, delete statement with join where clause fails when table do n...tomas@poseidon.ndb.mysql.com2006-02-101-0/+3
* | ndb - bug#15918 fixpekka@mysql.com2006-02-071-0/+1
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@zim.(none)2005-10-031-1/+1
|\ \
| * | Next big patch for loadable storage engines!brian@zim.(none)2005-10-021-1/+1
* | | Bug#11238serg@serg.mylan2005-09-301-1/+1
|/ /
* | Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1jonas@perch.ndb.mysql.com2005-09-201-0/+2
|\ \ | |/
| * ndb - imlp. show engine ndb status;jonas@perch.ndb.mysql.com2005-09-191-0/+2
* | Fixed handling of NOT LIKE after Item_func::NOTLIKE_FUNC has been removedmskold@mysql.com2005-08-011-21/+66
* | Remove Item_func::NOTLIKE_FUNC and all [dead] code that uses itsergefp@mysql.com2005-07-291-2/+0
* | Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1mskold@mysql.com2005-07-061-1/+1
|\ \ | |/
| * Fixed handling of failed primary key update in INSERT .. ON DUPLICATE KEY UPD...mskold@mysql.com2005-07-061-1/+1
* | Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1mskold@mysql.com2005-07-051-3/+2
|\ \ | |/
| * Changed delete_row to always get key from record argumentmskold@mysql.com2005-06-291-3/+2
* | Merged from mysql-4.1 to mysql-5.0msvensson@neptunus.(none)2005-06-221-1/+2
|\ \ | |/
| * BUG#10365 Cluster handler uses non-standard error codesmsvensson@neptunus.(none)2005-06-081-1/+2
* | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0mskold@mysql.com2005-05-181-3/+33
|\ \
| * | Added support for BETWEEN and IN in condition pushdown to ndbcluster by rewri...mskold@mysql.com2005-05-181-3/+33