summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/space/pekka/ndb/version/my51unknown2006-05-251-1/+14
|\
| * ndb - bug#14509 v5.1 part 2/2 : handler levelunknown2006-05-251-1/+14
* | Bug #19885 master1 crash in ndb_condition_pushdown testunknown2006-05-191-0/+1
|/
* ndb:unknown2006-05-041-2/+0
* removing the usage if the ndb local dict cache to adress the 241 errors we ge...unknown2006-05-041-10/+4
* Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-04-211-1/+2
|\
| * Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-04-191-1/+2
| |\
| | * WL 2826: Error handling of ALTER TABLE for partitioningunknown2006-04-151-1/+1
| | * Merge c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...unknown2006-04-011-1/+2
| | |\
| | | * Merge c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5...unknown2006-03-211-1/+2
| | | |\
| | | | * Merge c-9a08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5...unknown2006-02-201-1/+2
| | | | |\
| | | | | * WL 2826: First step in error handling of ALTER TABLE for partitioningunknown2006-02-011-1/+2
* | | | | | ndb uncomitted row count cont'd, applying new fix since last one was no goodunknown2006-04-201-1/+0
* | | | | | removed use of local data in local cache in preparation for removing local ca...unknown2006-04-191-1/+18
* | | | | | BUG#18094 Slave caches invalid table definition after atlters causes select f...unknown2006-04-191-2/+3
|/ / / / /
* | | | | Fixes for fast alter table for ndbclusterunknown2006-04-111-1/+2
* | | | | Bug #18596 binlog schema event auto push causes mysqld errorsunknown2006-04-031-2/+0
|/ / / /
* | | | Fix for Bug#17431 INSERT IGNORE INTO returns failed: 1296: err 4350 'Transact...unknown2006-03-241-1/+8
|/ / /
* | | Fix HPUX compilation.unknown2006-03-201-1/+1
* | | Fix for bug#17899 Partitions: crash, NDB, Select .. ORDER BYunknown2006-03-141-0/+2
* | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-03-091-1/+2
|\ \ \
| * | | bug#18040: Create unique index cause error 4243unknown2006-03-091-1/+2
* | | | cleanup of ndb invalidate dictionary cacheunknown2006-03-081-4/+1
|/ / /
* | | Bug #16385 Partitions: crash when updating a range partitioned NDB tableunknown2006-03-011-2/+2
* | | Invalidate table including all it's indexes from binlog threadunknown2006-02-171-1/+5
|/ /
* | Bug #17340 SHOW CREATE TABLE from second session crashes the serverunknown2006-02-131-1/+1
* | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0unknown2006-02-101-0/+3
|\ \
| * \ Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1unknown2006-02-101-0/+3
| |\ \
| | * | Bug #17249 ndb, delete statement with join where clause fails when table do n...unknown2006-02-101-0/+3
* | | | Merge mysql.com:/home/kostja/mysql/mysql-5.0-rootunknown2006-02-091-0/+1
|\ \ \ \ | |/ / /
| * | | ndb - bug#15918 fixunknown2006-02-071-0/+1
* | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-02-011-1/+1
|\ \ \ \
| * | | | MySQL Bugs: #16466: DD: SHOW CREATE TABLE does not show TABLESPACE table_spac...unknown2006-02-011-1/+1
* | | | | Wrapped get/set_ndb_share_state with mutex lockunknown2006-02-011-0/+20
|/ / / /
* | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-01-311-0/+1
|\ \ \ \
| * | | | Bug #16466 DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STOR...unknown2006-01-311-0/+1
| | |_|/ | |/| |
* | | | Enable WL#1892 for binlog, wrong signatureunknown2006-01-311-2/+3
* | | | Added possibillity to check what fields will get added indexes (ndb does curr...unknown2006-01-271-1/+1
|/ / /
* | | ndb - wl#2972 rbr blobs: write blob data to binlogunknown2006-01-251-0/+8
* | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-01-171-2/+5
|\ \ \
| * | | Additional fixes for WL#1892unknown2006-01-171-2/+5
* | | | Merge c-0c0be253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5...unknown2006-01-171-12/+8
|\ \ \ \
| * | | | WL #2604: Partition Managementunknown2006-01-171-12/+8
| |/ / /
* | | | added assert for when ndb share is not released as it shouldunknown2006-01-171-0/+1
|/ / /
* | | Added new calls for WL#1892 NDB Handler: Add support for CREATE/DROP INDEXunknown2006-01-131-0/+8
* | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-01-131-8/+29
|\ \ \
| * | | wl2325 wl2324unknown2006-01-121-8/+29
* | | | WL#1892 Post-review fix, removed index insertion in list at createunknown2006-01-111-3/+2
* | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-01-111-4/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Restructered index management, to prepare for add/drop index (WL#1892)unknown2006-01-111-4/+23