summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
Commit message (Expand)AuthorAgeFilesLines
* Made set_part_info a handler method and not a ha_partition method onlyunknown2005-11-251-0/+1
* Table definition cache, part 2unknown2005-11-231-2/+2
* Make storage engines "pluggable", handlerton workunknown2005-11-071-6/+5
* Ndb handler cleanup:unknown2005-11-061-4/+30
* Mergeunknown2005-10-061-2/+4
|\
| * Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-031-1/+1
| |\
| | * Next big patch for loadable storage engines!unknown2005-10-021-1/+1
| * | Bug#11238unknown2005-09-301-1/+1
| |/
| * Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1unknown2005-09-201-0/+2
| |\
| | * ndb - imlp. show engine ndb status;unknown2005-09-191-0/+2
* | | ndb - wl#2624 re-commit due to bk problemunknown2005-09-151-1/+9
* | | generalized option for specifying ndb distributionunknown2005-08-221-0/+2
* | | ha_ndbcluster.h, ha_innodb.h:unknown2005-08-181-2/+2
* | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-051-23/+66
|\ \ \ | |/ /
| * | Fixed handling of NOT LIKE after Item_func::NOTLIKE_FUNC has been removedunknown2005-08-011-21/+66
| * | Remove Item_func::NOTLIKE_FUNC and all [dead] code that uses itunknown2005-07-291-2/+0
* | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2005-07-231-0/+4
|\ \ \
| * | | Faster alter table code for 5.1.unknown2005-07-221-0/+4
* | | | Patch for push of wl1354 Partitioningunknown2005-07-181-7/+24
* | | | Mergeunknown2005-07-121-4/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1unknown2005-07-061-1/+1
| |\ \ | | |/
| | * Fixed handling of failed primary key update in INSERT .. ON DUPLICATE KEY UPD...unknown2005-07-061-1/+1
| * | Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1unknown2005-07-051-3/+2
| |\ \ | | |/
| | * Changed delete_row to always get key from record argumentunknown2005-06-291-3/+2
| * | Merged from mysql-4.1 to mysql-5.0unknown2005-06-221-1/+2
| |\ \ | | |/
| | * BUG#10365 Cluster handler uses non-standard error codesunknown2005-06-081-1/+2
* | | Mergeunknown2005-06-041-3/+33
|\ \ \ | |/ /
| * | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-05-181-3/+33
| |\ \
| | * | Added support for BETWEEN and IN in condition pushdown to ndbcluster by rewri...unknown2005-05-181-3/+33
* | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2005-05-121-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2005-05-071-3/+2
| |\ \ \ | | |/ / | |/| |
| | * | WL 1682: Use bitvector instead of query_id to tell handler which fieldsunknown2005-04-281-3/+2
* | | | Merge neptunus.(none):/home/msvensson/mysql/bug10241unknown2005-05-091-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | BUG#10241 cygwin port: invalid pragma interface directivesunknown2005-05-041-1/+1
* | | Mergeunknown2005-04-281-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Fix for avoiding gettin Invalid schema object version when doing local changesunknown2005-04-271-2/+2
* | Mergeunknown2005-04-221-1/+3
|\ \ | |/
| * Fix for Bug #9318 drop database does not drop ndb tablesunknown2005-04-221-2/+4
* | mergeunknown2005-03-231-1/+2
|\ \ | |/
| * Extra fix for perceived problem with fix for Bug #8753 Invalid schema object ...unknown2005-03-221-1/+2
* | Merged WL#2269 to mysql-5.0unknown2005-03-151-1/+4
|\ \
| * | WL#2269 Enable query cache for NDB part 2unknown2005-03-151-1/+4
* | | mergedunknown2005-03-091-0/+1
|\ \ \ | | |/ | |/|
| * | Review fixes for Bug #8753 Invalid schemaunknown2005-03-071-1/+1
| * | Fix for Bug #8753 Invalid schema object version after dropping indexunknown2005-03-071-0/+1
* | | Fixed small error in commentunknown2005-02-281-1/+1
* | | Fixes for condition pushdown to storage engine based on comments from code re...unknown2005-02-231-28/+70
* | | Mergeunknown2005-02-211-6/+3
|\ \ \ | | |/ | |/|
| * | making XA tree to compile (and pass tests) in -max buildunknown2005-02-171-6/+3
* | | Added support for LIKE and NOT LIKE in condition pushdownunknown2005-02-181-4/+59