summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.1unknown2004-12-221-25/+38
|\
| * added config parameter Group on connectionunknown2004-12-201-8/+13
| * mergeunknown2004-12-171-86/+228
| |\
| | * Removed getTableForAlterationunknown2004-12-071-1/+1
| | * Fix for bug#6935 table rename does not work with ndb tablesunknown2004-12-061-16/+24
| * | Merge mysql.com:/home/jonas/src/mysql-4.1-fixunknown2004-12-061-25/+94
| |\ \
| * \ \ Merge mysql.com:/home/jonas/src/mysql-4.1unknown2004-11-101-1/+1
| |\ \ \
| | * \ \ Merge joreland@bk-internal.mysql.com:wl1744 into w2k.:C:/mysql-4.1unknown2004-11-101-1/+1
| | |\ \ \
| | * | | | wl1744 - win compile fixesunknown2004-11-101-1/+1
* | | | | | Merge with new VARCHAR codeunknown2004-12-061-1/+3
|\ \ \ \ \ \
| * | | | | | Add support for up to VARCHAR (size up to 65535)unknown2004-12-061-1/+3
* | | | | | | Merge for Matt for Innodb bug. unknown2004-11-301-6/+17
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | fixed error in test resultunknown2004-11-301-6/+17
| * | | | | | Merge mysql.com:/home/jonas/src/mysql-4.1-fixunknown2004-11-301-6/+38
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge mysql.com:/home/jonas/src/mysql-4.1-fixunknown2004-11-301-6/+38
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ndb - fixed long overdue problems with unique indexes and null valuesunknown2004-11-301-6/+38
* | | | | | | Merging 4.1 to 5.0unknown2004-11-241-13/+20
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-221-1/+22
| |\ \ \ \ \ \
| * | | | | | | added force send interface to scanunknown2004-11-221-13/+20
* | | | | | | | mergedunknown2004-11-221-1/+22
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Added checks for NOT NULL for all fields in UNIQUE INDEX (USING HASH)unknown2004-11-221-1/+22
| |/ / / / / /
* | | | | | | mergedunknown2004-11-201-71/+207
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | ha_ndbcluster.cc:unknown2004-11-191-1/+1
| * | | | | | Mergeunknown2004-11-181-15/+54
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-181-13/+53
| | |\ \ \ \ \
| | | * | | | | Fix for bug#4312 ndb table, wrong behaviour on insert .. on duplicate key ..unknown2004-11-181-13/+53
| | * | | | | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-181-7/+4
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | ndb: fix bug-4644 Err Out of fragment operationsunknown2004-11-131-7/+4
| | | | |/ / / | | | |/| | |
| * | | | | | Enabled usage of new system variables for ndbunknown2004-11-171-59/+145
* | | | | | | mergedunknown2004-11-171-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ha_ndbcluster.cc:unknown2004-11-161-7/+0
| |/ / / / /
| * | | | | Also print warning if there is an ndb->mysql errorcode mapping, this since th...unknown2004-11-161-1/+8
| |/ / / /
* | | | | Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump)unknown2004-11-111-6/+40
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Bug#6031 - To drop database you have to execute DROP DATABASE command twice.unknown2004-11-101-1/+1
| | |/ | |/|
| * | bug#6538unknown2004-11-101-1/+1
| |/
| * Merge mysql.com:/home/jonas/src/new-fixunknown2004-11-081-76/+82
| |\
| * | ndb: bug#6435 unknown2004-11-081-3/+2
| * | ndb: bug#6451unknown2004-11-081-1/+36
* | | Merge with 4.1 to get new thd->mem_root handlingunknown2004-11-081-74/+79
|\ \ \ | | |/ | |/|
| * | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-041-75/+80
| |\ \
| | * | Fix for bug#6398 update of primary key failsunknown2004-11-031-75/+80
| | |/
* | | Merge with 4.1 to get in latest bug fixesunknown2004-11-041-4/+20
|\ \ \ | |/ /
| * | A fix (bug #6331: INSERT IGNORE .. SELECT breaks subsequent inserts).unknown2004-11-021-1/+2
| |/
| * test that attribute name truncation worksunknown2004-10-281-3/+18
* | Fixes after merge with 4.1unknown2004-11-031-0/+1
* | merge with 4.1unknown2004-10-291-510/+1248
|\ \ | |/
| * fix for alignment bug on solaris 64 bitunknown2004-10-251-3/+5
| * compile fixes for butchunknown2004-10-211-61/+60
| * fix so that ndb handler can cope with char(0), mapped to char(1) for nowunknown2004-10-201-2/+22
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-201-55/+61
| |\