325 Commits (46ca22b093406d566d8f108f55111fc70b49af80)

Author SHA1 Message Date
unknown 0fe17ab3c0 Bug #34275 mysqld leak if doing multiple statements within same transaction (or wo/ trans) 18 years ago
unknown f7ee88253a ha_ndbcluster.h: 18 years ago
unknown c19a8c0631 Bug#25817 UPDATE IGNORE doesn't check write_set when checking unique indexes: Added checks 18 years ago
unknown 5f95f01b4d BUG#30996: Committed too early when autocommit and lock table 18 years ago
unknown 82d28fada7 WL#3732 Information schema optimization 19 years ago
unknown 5469978185 Bug #29222 Statement mode replicates both statement and rows when writing to an NDB table 19 years ago
unknown 95497dcc28 Bug #28989 hpux11 ps_row warnings 19 years ago
unknown f252f9248a WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
unknown be5a3426bc ha_ndbcluster.h, ha_ndbcluster.cc: 19 years ago
unknown 38672eb798 Moved method definition to ease merge to 5.1 19 years ago
unknown c40726c3ce Moved all code related to engine_condition_pushdown to a new class, 19 years ago
unknown ca56499957 Bug #27076 Cluster does not honor SQL_LOG_BIN flag 19 years ago
unknown 48892844a9 Clear field_alloc when it's moved to result set (allows us to always call free_root on field_alloc) 19 years ago
unknown 2efc0f51cf Bug #26242 UPDATE with subquery and triggers failing with cluster tables 19 years ago
unknown 4c6696019c Bug #26783 replication status unknown after cluster or mysqld failure 19 years ago
unknown 22f8f391af Bug #27320 ndb handler does not reset extra flags on reset() 19 years ago
unknown 1d75566cd2 BUG#26675 Add ndb_connectstring in "show global variables". 19 years ago
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 dd01c46f36 Bug #26021 - valgrind reports error regarding handle_trailing_share and client thread share usage 19 years ago
unknown 4e8b49d656 WL#3700: Handler API change: all index search methods - that is, 19 years ago
unknown 8b54310bfb Bug#25567 records() call performs scan in NDB, performance bug 19 years ago
unknown a6cbee1d44 ha_ndbcluster.h, ndb_dd_alter.result, ha_ndbcluster.cc: 19 years ago
unknown 3eb4d961aa bug #25296 Truncate table converts NDB disk based tables to in-memory tables: implemented ha_ndbcluster::update_create_info 19 years ago
unknown 6b0853a398 Many files: 19 years ago
unknown d0d7cc86fa bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: ALTER TABLE must specify STORAGE explicitely to change it, + post review changes 19 years ago
unknown 1e10672496 bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: copy tablespace from old table in copying alter table 19 years ago
unknown bae9fc077c 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 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 c07065b330 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. 5.1 re-implementation 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 2d0d9c979d bug#21873 MySQLD Crash on ALTER...ADD..UNIQUE..USING HASH statement for NDB backed table: Use passed key_info to check for nullable fields 19 years ago
unknown 8335ed7316 Bug #19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 19 years ago
unknown 48d5b3bd1f This removes the passing of global hton to engine instance. 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 19 years ago
unknown 8e60be5508 merge 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 cd49f996f0 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 5a7d7893d7 Fix for bug #21059 Server crashes on join query with large dataset with NDB tables: Releasing operation for each intermediate batch, before next call to trans->execute(NoCommit); 20 years ago
unknown a1fc9e8848 Fix for bug #21059 Server crashes on join query with large dataset with NDB tables: Releasing operation for each intermediate batch, before next call to trans->execute(NoCommit); 20 years ago
unknown c92b025b3a BUG#17138: Crashes in stored procedure 20 years ago
unknown 62722a4dd4 partition functions to pass create_info, not only max_rows 20 years ago
unknown 9512629598 BUG#20725 MySQLD cluster use "fast count" is broken 20 years ago
unknown d4cb502ce7 changed signature of get_default_no_partitions 20 years ago
unknown e03f8ef25a Remove compiler warnings 20 years ago
unknown b58e990c74 Fixed failure with rpl_truncate_7ndb.test when using statement based replication. 20 years ago