An error occurred fetching the project authors.
- 14 Feb, 2007 1 commit
-
-
tomas@poseidon.mysql.com authored
- do not call function if table has no autoincrement
-
- 23 Jan, 2007 3 commits
-
-
"Valgrind leak in closecon_handlerton" plugin_shutdown() calls plugin_deinitialize() which calls ha_finalize_handlerton(). ndbcluster_end() fails to wait for the ndb utility thread to exit which results in the handlerton struct being freed before the ndb utility thread has destroyed it's THD but before the plugin has been marked as UNINITIALIZED Bug is caused by misuse of abort_loops variable and not locking mutex during calls to pthread condition variable functions causing a race in valgrind's pthread_cond_wait implementation.
-
pekka@clam.ndb.mysql.com/clam.(none) authored
-
tomas@poseidon.mysql.com authored
- post review changes
-
- 22 Jan, 2007 1 commit
-
-
tomas@poseidon.mysql.com authored
- make sure keys are copied correctly when varchar has 2 length bytes - test case
-
- 18 Jan, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
-
- 17 Jan, 2007 2 commits
-
-
Bug #25668 - corrected patch after test failures
-
Bug #25668 ndb: mysqld may core if cluster disconnected -- pTrans may be NULL, remove not needed usage of handler::ndb_err
-
- 16 Jan, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
-
- 08 Jan, 2007 2 commits
-
-
mskold/marty@mysql.com/linux.site authored
bug#24820 CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Added error checking
-
mskold/marty@mysql.com/linux.site authored
bug#24820 CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Added error checking
-
- 04 Jan, 2007 2 commits
-
-
mskold/marty@mysql.com/linux.site authored
bug#25296 Truncate table converts NDB disk based tables to in-memory tables: Changed fix to use get_tablespace_name directly instead
-
mskold/marty@mysql.com/linux.site authored
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
-
- 03 Jan, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
bug #25296 Truncate table converts NDB disk based tables to in-memory tables: ha_ndbcluster::update_create_infohas to check for explicit STORAGE MEMORY
-
- 02 Jan, 2007 2 commits
-
-
mskold/marty@mysql.com/linux.site authored
bug #25296 Truncate table converts NDB disk based tables to in-memory tables: implemented ha_ndbcluster::update_create_info
-
mskold/marty@mysql.com/linux.site authored
bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: removed use of environment variable NDB_DEFAULT_DISK
-
- 27 Dec, 2006 1 commit
-
-
tomas@poseidon. authored
-
- 23 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Changed header to GPL version 2 only
-
- 20 Dec, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
mskold/marty@mysql.com/linux.site authored
bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: disallowed TABLESPACE declaration for STORAGE MEMORY Makefile: Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/Makefile -> storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile mgmapi_logevent2.cpp: Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/mgmapi_logevent_dual.cpp -> storage/ndb/ndbapi-examples/mgmapi_logevent_dual/mgmapi_logevent2.cpp Makefile: Rename mgmapi_logevent_dual to mgmapi_logevent2 mgmapi_logevent2.cpp: Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/mgmapi_logevent2.cpp -> storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2.cpp
-
- 19 Dec, 2006 2 commits
-
-
mskold/marty@mysql.com/linux.site authored
bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: ALTER TABLE must specify STORAGE explicitely to change it, + post review changes
-
mskold/marty@mysql.com/linux.site authored
bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: copy tablespace from old table in copying alter table
-
- 14 Dec, 2006 2 commits
-
-
mskold/marty@mysql.com/linux.site authored
bug#19956 Problems with VARCHAR primary key and BLOB fields:put back removed error handling for HA_ERR_KEY_NOT_FOUND
-
mskold/marty@mysql.com/linux.site authored
-
- 01 Dec, 2006 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
-
- 30 Nov, 2006 6 commits
-
-
mskold/marty@mysql.com/linux.site authored
bug#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: only check pk if it is updated
-
mskold/marty@mysql.com/linux.site authored
bug#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: only check pk if it is updated
-
monty@mysql.com/narttu.mysql.fi authored
Don't assert if my_thread_end() is called twice (common case)
-
mskold/marty@mysql.com/linux.site authored
bug#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: handle INSERT ... ON DUPLICATE KEY UPDATE
-
mskold/marty@mysql.com/linux.site authored
bug#24303 Wrong result for UPDATE IGNORE for NDB table: bug fix reverted, fix for bug#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key, solves it a better way
-
mskold/marty@mysql.com/linux.site authored
#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: call peek_index_rows
-
- 29 Nov, 2006 2 commits
-
-
mskold/marty@mysql.com/linux.site authored
bug#24303 Wrong result for UPDATE IGNORE for NDB table: Refinement, only read all fields for UPDATE IGNORE with pk (check if UPDATE command and pk in write_set)
-
mskold/marty@mysql.com/linux.site authored
-
- 27 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 26 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
Added missing DBUG_RETURN statements (in mysqldump.c) Added missing enums Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
-
- 21 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
No need for ndb_util_thread to have two different ndb objects allocated. Use the thd_ndb one and remove the other one.
-
- 20 Nov, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
Improve dbug_print_open_tables so the trace files are readable.
-
monty@mysql.com/nosik.monty.fi authored
(Mostly in DBUG_PRINT() and unused arguments) Fixed bug in query cache when used with traceing (--with-debug) Fixed memory leak in mysqldump Removed warnings from mysqltest scripts (replaced -- with #)
-
- 15 Nov, 2006 1 commit
-
-
- 13 Nov, 2006 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
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
-