summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
Commit message (Expand)AuthorAgeFilesLines
...
* | bug#18487 UPDATE IGNORE not supported for unique constraint violation of non...unknown2006-11-301-1/+1
* | bug#21507 I can't create a unique hash index in NDB: Added possibillity to cr...unknown2006-11-131-3/+19
* | Merge willster.(none):/home/stewart/Documents/MySQL/5.0/ndbunknown2006-10-251-1/+6
|\ \ | |/
| * Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbunknown2006-10-241-2/+8
| |\
| | * Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2-merge2unknown2006-10-231-2/+8
| | |\
| | | * Bug #19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesunknown2006-10-231-2/+6
| * | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbunknown2006-10-181-13/+56
| |\ \ \ | | |/ / | |/| |
* | | | bug#21873 MySQLD Crash on ALTER...ADD..UNIQUE..USING HASH statement for NDB b...unknown2006-10-241-1/+1
* | | | Merge willster.(none):/home/stewart/Documents/MySQL/5.0/bug19914-mk2-mergeunknown2006-10-181-2/+2
|\ \ \ \ | |/ / /
| * | | Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2unknown2006-10-161-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Merge willster.(none):/home/stewart/Documents/MySQL/4.1/ndbunknown2006-09-201-0/+2
| | |\ \
| | * | | BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesunknown2006-08-101-2/+2
* | | | | This removes the passing of global hton to engine instance. unknown2006-09-291-1/+1
* | | | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0unknown2006-09-181-3/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Bug #21056 ndb pushdown equal/setValue error on datetime: thread safe bitmap...unknown2006-09-181-3/+3
* | | | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0unknown2006-09-151-20/+39
|\ \ \ \ \ | |/ / / /
| * | | | Bug #21056 ndb pushdown equal/setValue error on datetime: post review fixes,...unknown2006-09-151-20/+39
* | | | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0unknown2006-09-061-2/+26
|\ \ \ \ \ | |/ / / /
| * | | | Bug #21056 ndb pushdown equal/setValue error on datetime: only pushdown like...unknown2006-09-051-2/+26
| |/ / /
* | | | mergeunknown2006-08-171-1/+0
* | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-cleanunknown2006-08-171-0/+2
|\ \ \ \
| * \ \ \ Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0unknown2006-08-151-2/+10
| |\ \ \ \ | | |/ / /
| | * | | Fix for bug #21059 Server crashes on join query with large dataset with NDB ...unknown2006-08-151-3/+9
| | * | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-4.1unknown2006-08-151-0/+2
| | |\ \ \ | | | | |/ | | | |/|
| | | * | ndb_lock.test, ndb_lock.result:unknown2006-08-151-0/+2
| | | |/
* | | | Merge mysql.com:/home/marty/MySQL/mysql-5.0unknown2006-08-091-2/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for bug #21059 Server crashes on join query with large dataset with NDB ...unknown2006-08-071-2/+11
| |/ /
* | | Merge dator5.(none):/home/pappa/clean-mysql-5.1unknown2006-07-011-0/+7
|\ \ \
| * | | BUG#17138: Crashes in stored procedureunknown2006-07-011-3/+2
| * | | Merge dator5.(none):/home/pappa/clean-mysql-5.1unknown2006-06-211-0/+8
| |\ \ \
| | * | | BUG#17138: Error in stored procedureunknown2006-06-211-2/+2
| | * | | BUG#17138: Error in stored procedure due to fatal error when not reallyunknown2006-06-191-0/+8
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbunknown2006-06-281-0/+1
|\ \ \ \ \
| * | | | | BUG#20725 MySQLD cluster use "fast count" is brokenunknown2006-06-281-0/+1
* | | | | | partition functions to pass create_info, not only max_rowsunknown2006-06-271-1/+1
* | | | | | changed signature of get_default_no_partitionsunknown2006-06-271-1/+1
|/ / / / /
* | | | | Remove compiler warningsunknown2006-06-231-1/+1
* | | | | Fixed failure with rpl_truncate_7ndb.test when using statement based replicat...unknown2006-06-221-2/+0
|/ / / /
* | | | Fixed failed automergeunknown2006-06-211-1/+0
* | | | Merge mysql.com:/home/marty/MySQL/mysql-5.0-backedunknown2006-06-211-1/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix for Bug #19906 REPLACE doesn't update TEXT fields correctlyunknown2006-06-211-1/+2
* | | Merge mysql.com:/home/marty/MySQL/mysql-5.0unknown2006-06-121-0/+2
|\ \ \ | |/ /
| * | Merge mysql.com:/home/marty/MySQL/mysql-4.1unknown2006-06-091-0/+2
| |\ \ | | |/
| | * Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: implemented ha_ndb...unknown2006-06-081-0/+2
| * | Fix for Bug#17431 INSERT IGNORE INTO returns failed: 1296: err 4350 'Transact...unknown2006-03-231-1/+8
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-041-4/+9
|\ \ \
| * | | This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-4/+9
* | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-021-2/+5
|\ \ \ \
| * | | | First push for WL#3146 "less locking in auto_increment". It is a 0-real-chang...unknown2006-06-021-2/+5
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-05-281-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |