1290 Commits (ee4d6b4fc05139451a93162616d5473defb7b534)

Author SHA1 Message Date
tomas@whalegate.ndb.mysql.com 585782e084 Bug #26825 MySQL Server Crashes in high load 19 years ago
tomas@whalegate.ndb.mysql.com 5682efdfcf Bug #26825 MySQL Server Crashes in high load 19 years ago
tomas@whalegate.ndb.mysql.com 7bd5241cb4 enabled test case 19 years ago
mskold/marty@mysql.com/linux.site 532c9a5061 bug #26591 Cluster handler does not set bits in null bytes correctly: Set filler bits and unmark the ones with values by calling field->set_notnull() 19 years ago
Justin.He/justin.he@dev3-240.dev.cn.tlan 2ae342d6f2 Bug#25295, ALTER TABLE operations for NDB tables require inclusion of ENGINE=ndbcluster. 19 years ago
Justin.He/justin.he@dev3-240.dev.cn.tlan c32b4084ec BUG#25880, Adding new column to ndb_dd table moves data for non_indexed fields in memory 19 years ago
tomas@poseidon.mysql.com a8cd78dd05 Bug #26825 MySQL Server Crashes in high load 19 years ago
Justin.He/justin.he@dev3-240.dev.cn.tlan 0bdb2a0c06 BUG#25877, After DROP INDEX non-indexed data isn't moved from memory into tablespace 19 years ago
antony@ppcg5.local dc24473cb2 WL#2936 19 years ago
jani@ua141d10.elisa.omakaista.fi bcbc0031eb Fixed compiler warnings. 19 years ago
monty@mysql.com/narttu.mysql.fi cfef5d04b3 Remove compiler warnings 19 years ago
jani@a88-113-38-195.elisa-laajakaista.fi 6163508f85 Fixes for compiler warnings. 19 years ago
monty@mysql.com/narttu.mysql.fi f0ae3ce9b9 Fixed compiler warnings 19 years ago
monty@mysql.com/narttu.mysql.fi 6946fa682f After merge fixes 19 years ago
thek@kpdesk.mysql.com 84b96eb5e8 Bug#23240 --init-file statements with NOW() reports '1970-01-01 11:00:00' as the date time 19 years ago
tomas@poseidon.mysql.com 120eaec17c Bug #21033 Error 0 in readAutoIncrementValue() 19 years ago
mskold/marty@mysql.com/linux.site 6ac9a28ef0 bug #26225 Engine condition pushdown doesn't work with prepare statements (ps_7ndb): ensure that query plan for prepared statement is analyzed correctly 19 years ago
tomas@poseidon.mysql.com f05a67c72b ndb: correction of "ignore error" patch 19 years ago
mskold/marty@mysql.com/linux.site 2d0bd82a06 NdbScanOperation.hpp, NdbScanOperation.cpp, ha_ndbcluster.cc: 19 years ago
mskold/marty@mysql.com/linux.site 0446aa9cbd 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
tomas@poseidon.mysql.com bbe3008a49 Bug #26021 - ndb: valgrind warning handle_trailing_share/ndbcluster_free_share invalid read 19 years ago
tomas@poseidon.mysql.com 475da34697 Bug #26021 - valgrind reports error regarding handle_trailing_share and client thread share usage 19 years ago
mskold/marty@mysql.com/linux.site c16251ad7c Bug #25522 Update with IN syntax Clustertable + Trigger leads to mysqld segfault: moved back assignment 19 years ago
mskold/marty@mysql.com/linux.site 5cd40ad30b Bug #25522 Update with IN syntax Clustertable + Trigger leads to mysqld segfault: in start_stmt, only change query_state if starting a new transactions, in read_multi_range_next, change query state when end is reached 19 years ago
jonas@perch.ndb.mysql.com 08d5217056 ndb - interface change of handling of abort option 19 years ago
serg@janus.mylan a07fd5fa8f WL#3700: Handler API change: all index search methods - that is, 19 years ago
monty@mysql.com/narttu.mysql.fi 410fc81a72 After merge fixes 19 years ago
tomas@poseidon.mysql.com 292ba83f40 Bug#25668 mysqld may core if cluster disconnected 19 years ago
acurtis/antony@xiphis.org/ltamd64.xiphis.org fddb97da98 Bug#25396 19 years ago
pekka@clam.ndb.mysql.com/clam.(none) 56e2d4ffcb ndb - bug#25562 use byte-size max_data_length() when setting blob part size 19 years ago
tomas@poseidon.mysql.com 12911bb5c0 bug#25746 ndb: 4209 error with 2 VARCHAR primary keys 19 years ago
tomas@poseidon.mysql.com 9605aee4fe bug#25746 ndb: 4209 error with 2 VARCHAR primary keys 19 years ago
mskold/marty@mysql.com/linux.site c72cae75d4 Crash in rpl_ndb_dd_advance: check for null transaction pointer 19 years ago
tulin/mysqldev@mysql.com/production.mysql.com 2fed34d7ea ha_ndbcluster.cc: 19 years ago
tulin/mysqldev@mysql.com/production.mysql.com 1d6fe0ffaa ha_ndbcluster.cc: 19 years ago
mskold/marty@mysql.com/linux.site 3c36b92a1d Changed Dictionary::Table::setTablespace/getTablespace to setTablespaceName/getTablespaceName 19 years ago
mskold/marty@mysql.com/linux.site a74b06c723 bug#24820 CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Added error checking 19 years ago
mskold/marty@mysql.com/linux.site db0107b801 bug#24820 CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Added error checking 19 years ago
mskold/marty@mysql.com/linux.site 4ddf45b19c ha_ndbcluster.h, ndb_dd_alter.result, ha_ndbcluster.cc: 19 years ago
mskold/marty@mysql.com/linux.site 408e4a61d1 bug #25296 Truncate table converts NDB disk based tables to in-memory tables: ha_ndbcluster::update_create_info should only update for TRUNCATE since we need to detect change of STORAGE at ALTER TABLE 19 years ago
mskold/marty@mysql.com/linux.site b448ad77c8 bug #25296 Truncate table converts NDB disk based tables to in-memory tables: ha_ndbcluster::update_create_infohas to check for explicit STORAGE MEMORY 19 years ago
mskold/marty@mysql.com/linux.site 500918f2ab bug #25296 Truncate table converts NDB disk based tables to in-memory tables: implemented ha_ndbcluster::update_create_info 19 years ago
mskold/marty@mysql.com/linux.site 40ab7bdb8f bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: removed use of environment variable NDB_DEFAULT_DISK 19 years ago
tomas@poseidon. 7b9a5f6de2 ndb: remove compiler warnings 19 years ago
kent@mysql.com/kent-amd64.(none) 226a5c833f Many files: 19 years ago
msvensson@neptunus.(none) 7e7a0e95d3 Improve ndb thread shutdown handling 19 years ago
mskold/marty@mysql.com/linux.site f55af1eade ndb_dd_ddl.test, ndb_dd_ddl.result, ha_ndbcluster.cc: 19 years ago
mskold/marty@mysql.com/linux.site 3587ee8e4e 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
mskold/marty@mysql.com/linux.site dab48d5df2 bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: copy tablespace from old table in copying alter table 19 years ago
monty@mysql.com/narttu.mysql.fi 9d3fda77c8 After merge fixes: 19 years ago