summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes during review of new pushed codemonty@mysql.com2005-08-121-0/+2
* Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1mskold@mysql.com2005-08-101-0/+9
|\
| * Added support for ha_ndbcluster::info(HA_STATUS_AUTO)mskold@mysql.com2005-08-101-0/+9
* | Merge mysql.com:/usr/local/home/marty/MySQL/mysql-5.0-releasemskold@mysql.com2005-08-011-4/+6
|\ \
| * | Fix for bug#12021mskold@mysql.com2005-07-311-4/+6
* | | Fixed handling of NOT LIKE after Item_func::NOTLIKE_FUNC has been removedmskold@mysql.com2005-08-011-14/+33
* | | Remove Item_func::NOTLIKE_FUNC and all [dead] code that uses itsergefp@mysql.com2005-07-291-30/+0
* | | Implement MySQL framework to support consistent read views inkonstantin@mysql.com2005-07-201-0/+3
|/ /
* | ha_ndbcluster.cc:elliot@mysql.com2005-07-191-2/+2
* | A fix and a test case for Bug#10760 and complementary cleanups. konstantin@mysql.com2005-07-191-2/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mishka.local2005-07-181-2/+2
|\ \
| * | Cleanups during reviewmonty@mishka.local2005-07-181-2/+2
* | | Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1mskold@mysql.com2005-07-061-5/+10
|\ \ \ | | |/ | |/|
| * | Fixed handling of failed primary key update in INSERT .. ON DUPLICATE KEY UPD...mskold@mysql.com2005-07-061-5/+10
* | | Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1mskold@mysql.com2005-07-051-34/+10
|\ \ \ | |/ / | | / | |/ |/|
| * Fixed indentationmskold@mysql.com2005-07-041-3/+3
| * Changed delete_row to always get key from record argument, removed unused fun...mskold@mysql.com2005-06-291-19/+0
| * Changed delete_row to always get key from record argumentmskold@mysql.com2005-06-291-16/+12
* | manual mergemonty@mysql.com2005-07-041-166/+211
|\ \
| * | Fixes during review of new codemonty@mysql.com2005-07-041-166/+213
* | | Merge with 4.1monty@mysql.com2005-07-031-1/+3
|\ \ \ | | |/ | |/|
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2005-06-271-1/+3
| |\ \
| | * | Better bug fix for:monty@mishka.local2005-06-271-1/+3
* | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmarty@linux.site2005-06-301-35/+40
|\ \ \ \ | | |_|/ | |/| |
| * | | Merged from mysql-4.1 to mysql-5.0msvensson@neptunus.(none)2005-06-221-9/+11
| |\ \ \ | | |/ /
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1msvensson@neptunus.(none)2005-06-211-13/+12
| | |\ \ | | | |/ | | |/|
| | | * Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2005-06-201-13/+12
| | | |\
| | | | * BUG10365 Cluster handler uses non-standard error codemsvensson@neptunus.(none)2005-06-161-1/+1
| | | | * BUG#10365 Cluster handler uses non-standard error codesmsvensson@neptunus.(none)2005-06-081-12/+11
| * | | | Mergemskold@mysql.com2005-06-201-3/+15
| |\ \ \ \ | | |/ / /
| | * | | ha_ndbcluster.cc:mskold@mysql.com2005-06-201-0/+1
| | * | | Added comment to store_lockmskold@mysql.com2005-06-201-1/+7
| | * | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1mskold@mysql.com2005-06-201-23/+10
| | |\ \ \
| | * | | | Fix for bug#10936: Cluster engine shows wrong key value for duplicate key errormskold@mysql.com2005-06-171-2/+7
| | * | | | Disallow TL_WRITE_ALLOW_READ being transformed into TL_WRITE_ALLOW_WRITEmskold@mysql.com2005-06-091-1/+1
| | | |/ / | | |/| |
| * | | | Merge dl145c.mysql.com:/home/ndbdev/tomas/mysql-4.1tulin@dl145c.mysql.com2005-06-201-23/+10
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | ha_ndbcluster.cc:tulin@dl145c.mysql.com2005-06-201-23/+10
| | |/ /
| * | | Relaxed type checking to allow int to real coercionmskold@mysql.com2005-06-101-0/+4
* | | | Merge mysql.com:/home/jonas/src/mysql-5.0joreland@mysql.com2005-06-091-1/+1
|\ \ \ \
| * \ \ \ mergejoreland@mysql.com2005-06-091-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bug#11205 - ndb - 4006 when starting scanjoreland@mysql.com2005-06-091-1/+1
| | |/ /
* | | | Merge mysql.com:/home/jonas/src/mysql-5.0joreland@mysql.com2005-06-071-511/+728
|\ \ \ \ | |/ / /
| * | | Merge with 4.1monty@mysql.com2005-06-071-3/+1
| |\ \ \ | | |/ /
| | * | a compiler must see '#pragma implementation' *before*serg@serg.mylan2005-06-051-1/+2
| | * | Move USE_PRAGMA_IMPLEMENTATION to proper placemonty@mysql.com2005-06-031-5/+2
| * | | mergemonty@mysql.com2005-06-051-3/+3
| |\ \ \
| | * | | Code cleanups during code reviewsmonty@mysql.com2005-06-011-3/+3
| * | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0mskold@mysql.com2005-06-021-1/+3
| |\ \ \ \
| | * \ \ \ Mergekent@mysql.com2005-06-021-0/+2
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | tztime.cc:kent@mysql.com2005-06-021-0/+2
| | | |/