summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/marty/MySQL/mysql-5.0-backedunknown2006-06-211-1/+3
|\
| * Fix for Bug #19906 REPLACE doesn't update TEXT fields correctlyunknown2006-06-211-2/+8
| * Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: Added missing par...unknown2006-06-121-1/+1
| * Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: Adapted to 5.0 cod...unknown2006-06-121-10/+81
| * Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb tableunknown2006-06-021-1/+1
| * Merge mysql.com:/home/marty/MySQL/mysql-4.1unknown2006-06-021-0/+6
| |\
| | * Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb tableunknown2006-06-021-0/+6
| | * Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-05-301-1/+40
| | |\
| * | \ Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-05-311-1/+40
| |\ \ \
| | * \ \ Merge mysql.com:/home/marty/MySQL/mysql-4.1unknown2006-05-221-1/+40
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug#16997 Table rename that changes database does not rename indexes, recrea...unknown2006-05-051-1/+40
| * | | | ndb - minor fix to unhandled error, already in 5.1 [ auto-incr ]unknown2006-05-251-1/+2
| * | | | ndb - compile fix for Solaris 10 AMD64 -max GCC [ ulonglong != Uint64 ]unknown2006-05-251-1/+3
| * | | | Merge mysql.com:/space/pekka/ndb/version/my50unknown2006-05-251-19/+25
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | BUG#20073 information_schema.FILES for UNDO LOG give incorrect EXTENT_SIZE, F...unknown2006-06-201-3/+3
* | | | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-06-141-8/+7
|\ \ \ \ \
| * \ \ \ \ Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-06-141-8/+7
| |\ \ \ \ \
| | * | | | | merge updateunknown2006-06-141-8/+1
| | * | | | | Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-06-141-0/+6
| | |\ \ \ \ \
| | | * | | | | BUG#16002: After review fixesunknown2006-06-061-0/+6
* | | | | | | | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndbunknown2006-06-141-0/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0unknown2006-06-141-0/+18
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1unknown2006-06-141-0/+18
| | |\ \ \ \ \ \ \
| | | * | | | | | | Bug #19493 NDB does not ignore duplicate keys when using LOAD DATA LOCALunknown2006-06-141-1/+1
| | | * | | | | | | Bug #19493 NDB does not ignore duplicate keys when using LOAD DATA LOCALunknown2006-06-141-0/+18
| | * | | | | | | | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1unknown2006-06-141-4/+28
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | | | | | / / / / | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | Bug #18595 repeated create, insert, drop can cause MySQL table definition ca...unknown2006-06-141-7/+27
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | correction of mergeunknown2006-05-151-1/+1
| | * | | | | | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1unknown2006-05-151-1/+16
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Bug #16875 Using stale MySQLD FRM files can cause restored cluster to failunknown2006-05-151-1/+16
| | | | |_|_|/ | | | |/| | |
* | | | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-06-141-1/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Added flag to detect renaming of fields (not supported as fast alter table fo...unknown2006-06-141-2/+2
| * | | | | | Fixed incorrect handling of renamed fields, forcing copy of table if needed a...unknown2006-06-131-0/+11
| | |_|/ / / | |/| | | |
* | | | | | corrected merge errorunknown2006-06-141-0/+1
* | | | | | Bug #18595 repeated create, insert, drop can cause MySQL table definition cac...unknown2006-06-141-17/+61
* | | | | | ndb: add missing LOCK_openunknown2006-06-141-0/+2
|/ / / / /
* | | | | sql_delete.cc:unknown2006-06-121-8/+80
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-041-98/+114
|\ \ \ \ \
| * | | | | This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-97/+112
* | | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-021-3/+10
|\ \ \ \ \ \
| * | | | | | First push for WL#3146 "less locking in auto_increment". It is a 0-real-chang...unknown2006-06-021-3/+10
* | | | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-011-12/+50
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbunknown2006-05-311-12/+15
| |\ \ \ \ \ \ \
| | * | | | | | | Bug #18947 CRBR: order in binlog of create table and insert (on different t...unknown2006-05-311-6/+9
| | * | | | | | | ndb: release LOCK_open during mysqld schema sync and mysqld sync with binlog ...unknown2006-05-311-6/+6
| * | | | | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-05-311-0/+35
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Bug #16997 Table rename that changes database does not rename indexes: Moved ...unknown2006-05-311-0/+35
| | |/ / / / / /
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-05-281-31/+23
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | handlerton cleanup:unknown2006-05-281-31/+23
* | | | | | | | ndb - compile fix for Solaris 10 AMD64 -max GCC [ ulonglong != Uint64 ] v5.1unknown2006-05-251-1/+4