187 Commits (3b0c6e65e11c7aef84c7a23e65de4f0e925611a9)

Author SHA1 Message Date
unknown c8f470eaa6 NdbScanOperation.hpp, NdbScanOperation.cpp, ha_ndbcluster.cc: 19 years ago
unknown ba8a684dcb Fix for bug#25821 Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range 19 years ago
unknown 6b0853a398 Many files: 19 years ago
unknown ece3c40b31 bug#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: only check pk if it is updated 19 years ago
unknown 807d6c0950 bug#21507 I can't create a unique hash index in NDB: Added possibillity to create hash only indexes with NULL valued attributes, but any NULL valued access will become full table scan with pushed condition on index attribute values 19 years ago
unknown 8335ed7316 Bug #19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 19 years ago
unknown d29a8f098a Bug #21056 ndb pushdown equal/setValue error on datetime: thread safe bitmap not needed 19 years ago
unknown 73db46fb4f Bug #21056 ndb pushdown equal/setValue error on datetime: post review fixes, use my_bitmap 19 years ago
unknown 545c9b8fde Bug #21056 ndb pushdown equal/setValue error on datetime: only pushdown like of string type fields 20 years ago
unknown 6464d62c7b Fix for bug #21059 Server crashes on join query with large dataset with NDB tables: do not release operation records for on-going read_multi_range 20 years ago
unknown 87b7363c5c ndb_lock.test, ndb_lock.result: 20 years ago
unknown e34496e5d8 BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
unknown aedbb330c8 Fix for Bug #19906 REPLACE doesn't update TEXT fields correctly 20 years ago
unknown 20e54ae6c5 Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: implemented ha_ndblcuster::unlock_row() and explicitly lock all rows that are not being unlocked 20 years ago
unknown 6e73098f85 Fix for Bug#17431 INSERT IGNORE INTO returns failed: 1296: err 4350 'Transaction already aborted' 20 years ago
unknown 26287714d5 Bug #17249 ndb, delete statement with join where clause fails when table do not have pk 20 years ago
unknown 245948654d ndb - bug#15918 fix 20 years ago
unknown 5655d31d5f Next big patch for loadable storage engines! 20 years ago
unknown 8f842e8fc9 Bug#11238 20 years ago
unknown b390a1a400 ndb - imlp. show engine ndb status; 20 years ago
unknown 7478e9df63 Fixed handling of NOT LIKE after Item_func::NOTLIKE_FUNC has been removed 21 years ago
unknown 0658930275 Remove Item_func::NOTLIKE_FUNC and all [dead] code that uses it 21 years ago
unknown 6ef62738fe Fixed handling of failed primary key update in INSERT .. ON DUPLICATE KEY UPDATE .. 21 years ago
unknown e0c17446e0 Changed delete_row to always get key from record argument 21 years ago
unknown 09944efd71 BUG#10365 Cluster handler uses non-standard error codes 21 years ago
unknown 267c5d7986 Added support for BETWEEN and IN in condition pushdown to ndbcluster by rewriting them as AND and OR expressions 21 years ago
unknown 9ab5f6143e BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
unknown 27a6a81464 Fix for avoiding gettin Invalid schema object version when doing local changes 21 years ago
unknown 639d4295c6 Fix for Bug #9318 drop database does not drop ndb tables 21 years ago
unknown 8d0393aae3 Extra fix for perceived problem with fix for Bug #8753 Invalid schema object version after dropping index 21 years ago
unknown aa5dba42ef WL#2269 Enable query cache for NDB part 2 21 years ago
unknown e23e81f7df Review fixes for Bug #8753 Invalid schema 21 years ago
unknown 8e8dfe43db Fix for Bug #8753 Invalid schema object version after dropping index 21 years ago
unknown 03a5cacca2 Fixed small error in comment 21 years ago
unknown 9968b41dbf Fixes for condition pushdown to storage engine based on comments from code review 21 years ago
unknown 20c8dd9800 Added support for LIKE and NOT LIKE in condition pushdown 21 years ago
unknown e31ffa246f making XA tree to compile (and pass tests) in -max build 21 years ago
unknown 1acae43e43 Small fixes and added comments to condition pushdown to ndbcluster, after code review 21 years ago
unknown 7185c070d0 Condition pushdown v.2 21 years ago
unknown 61da5b4d25 Small changes after Tomas review 21 years ago
unknown 03bc599706 Merge of query cache from 4.1 to 5.0 21 years ago
unknown 38e395aa32 WL#2269 Enable query cache for NDB 21 years ago
unknown fcbfb2971c Fixed failed merge 21 years ago
unknown d041ed2d8c Bug#8101 unique indexes which attribute are _not_ specified in the order of the table does not work 21 years ago
unknown 9d9d758208 added support for 'show status like 'Ndb%'' 21 years ago
unknown 2f77a22a01 To get correct values in SHOW TABLE STATUS 21 years ago
unknown df8b02f78e Condition pushdown, support for more types 21 years ago
unknown 9656eabf3f Fixed nested conditions for condition pushdown to storage engine 21 years ago
unknown a4dfa930d7 Added support for different int sizes in condition pushdown 21 years ago
unknown e52fde6735 Added support for different int sizes in condition pushdown 21 years ago