88 Commits (87b7363c5ca7dc0f1165a9460cbfd28b0ff23a61)

Author SHA1 Message Date
unknown 87b7363c5c ndb_lock.test, ndb_lock.result: 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 26287714d5 Bug #17249 ndb, delete statement with join where clause fails when table do not have pk 20 years ago
unknown b390a1a400 ndb - imlp. show engine ndb status; 20 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 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 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 d041ed2d8c Bug#8101 unique indexes which attribute are _not_ specified in the order of the table does not work 21 years ago
unknown 523882ab71 Fix for bug #7480 Mysqld crash in ha_ndbcluster using Query Browser 21 years ago
unknown c6b3c442a5 Fix for bug#6935 table rename does not work with ndb tables 21 years ago
unknown cfca008544 added force send interface to scan 21 years ago
unknown 5672598f0a Added checks for NOT NULL for all fields in UNIQUE INDEX (USING HASH) 21 years ago
unknown be5b6f4d4b Fix for bug#4312 ndb table, wrong behaviour on insert .. on duplicate key .. 21 years ago
unknown c617037b23 Enabled usage of new system variables for ndb 21 years ago
unknown 9caa9f9cd3 Fix for bug#6398 update of primary key fails 21 years ago
unknown 3b658d0718 Tru64 cxx compiler fix 21 years ago
unknown 3307318917 true,false -> TRUE, FALSE 21 years ago
unknown 88987f1db3 NDB wl-2151 Fix bounds setting table handler vs TUX 21 years ago
unknown fb1b8476bd bug#5349 ALTER TABLE corrupts TEXT (and blob?) 21 years ago
unknown 5077ba47ad WL#1424 Updated after review 21 years ago
unknown b9a10e2761 Clean up of index_name and unique_index_name 21 years ago
unknown dd07a90d61 Changed WL#1424 to use the function ha_find_files. This is a simpler implementation and all handler specific code is hidden in the appropriate handler. 21 years ago
unknown 7d6860a735 Added support for calculating index cadinality 21 years ago
unknown 76f06e4a4a fix updated signature 21 years ago
unknown 095e10b011 Preparation for batching 21 years ago
unknown 38238355c2 BUG#4775 "Duplicate key requires rollback of transaction" - Improved error message telling that transaction is aborted 21 years ago
unknown 6829605c4a fix to make transaction failure also affect select count() on other tables in thread 21 years ago
unknown 0deb4c4192 Added testcase for select count() during transaction with failures 21 years ago
unknown 2ed29f9371 new method to set size of local table data 21 years ago
unknown 2e43e47040 moved all ndb thread specific data into new placeholder 21 years ago
unknown 5a46435678 WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete old tables. 21 years ago
unknown 499ac04587 Added use of buffer argument in index_read 21 years ago
unknown 851e3cabb0 Fix for bug#5312 Ndb Cluster returns wrong error code for duplicate key at insert 22 years ago
unknown c6150949bf added switch to mysqld to specify connectstring 22 years ago
unknown 8a5bb1a06c Minor typo 22 years ago
unknown 939db862a6 Cleaned up build of index list 22 years ago
unknown 86fdb8b977 Fix for WL#1731 Handler: multiple databases 22 years ago
unknown 732ccc5ccc Fix for bug#4730 22 years ago
unknown 9778a2c98d ha_ndbcluster.h, ha_ndbcluster.cc: 22 years ago
unknown 410c7b3323 Fixed merge problems, optimized bulk insert 22 years ago
unknown cf4cfab216 WL#1791 Handler: support update of primary key 22 years ago
unknown d1e7ef7927 ha_ndb blobs 2 22 years ago
unknown a23fbc060e New handler::index_flags() definition to make it easy to check the full used key and a specific key part. 22 years ago
unknown ef389ca0b2 Fixed ndbcluster_print_error to use table name from failed NdbOperation 22 years ago