An error occurred fetching the project authors.
- 03 Apr, 2007 1 commit
-
-
gni/root@dev3-221.dev.cn.tlan authored
-
- 02 Apr, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
The query-cache watch thread was continually allocating new thread entries on the THD MEM_ROOT, not freed until server exit. Fixed by using a simple array, auto-expanded as necessary.
-
- 26 Mar, 2007 2 commits
-
-
tomas@whalegate.ndb.mysql.com authored
correct cit printout correct bit store retrieve
-
tomas@whalegate.ndb.mysql.com authored
- always store lsw first in ndb
-
- 22 Mar, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
- make sure all extra flags are reset
-
- 21 Mar, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
- initialize to NULL, to avoid call of free on uninitialized variable
-
- 28 Feb, 2007 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 21 Feb, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
This also fixes a bug in counting number of rows that are updated when we have many simultanous queries
-
- 14 Feb, 2007 1 commit
-
-
tomas@poseidon.mysql.com authored
- do not call function if table has no autoincrement
-
- 07 Feb, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
bug#25821 Excessive partition pruning for multi-range index scan in NDB API: added multi_range error checking in end_of_bound ha_ndbcluster.h: Removed stray mthod declaration
-
- 06 Feb, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
Fix for bug#25821 Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range
-
- 01 Feb, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
Bug #25522 Update with IN syntax Clustertable + Trigger leads to mysqld segfault: moved back assignment
-
- 31 Jan, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
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
-
- 24 Jan, 2007 1 commit
-
-
tomas@poseidon.mysql.com authored
- recommit in 4.1
-
- 23 Jan, 2007 2 commits
-
-
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
-
- 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
-
- 08 Jan, 2007 1 commit
-
-
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
-
- 23 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Changed header to GPL version 2 only
-
- 15 Dec, 2006 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
- Remove compiler warnings - Fix merge errors - Indentation fixes
-
- 14 Dec, 2006 2 commits
-
-
monty@mysql.com/narttu.mysql.fi authored
- Removed not used variables and functions - Added #ifdef around code that is not used - Renamed variables and functions to avoid conflicts - Removed some not used arguments Fixed some class/struct warnings in ndb Added define IS_LONGDATA() to simplify code in libmysql.c I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
-
mskold/marty@mysql.com/linux.site authored
-
- 30 Nov, 2006 4 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
-
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
#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: call peek_index_rows
-
- 20 Nov, 2006 1 commit
-
-
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 #)
-
- 07 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
-
- 24 Oct, 2006 1 commit
-
-
stewart@willster.(none) authored
util thread wasn't behaving correctly after 241 error due to get_table_statistics not properly returning an error code
-
- 23 Oct, 2006 2 commits
-
-
stewart@willster.(none) authored
-
stewart@willster.(none) authored
fixes for ndb_* tests broken by previous fix be more careful in ndb about setting errors on failure of info call (especially in open)
-
- 19 Oct, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
this changes lock taken during peek, to decrease likelyhood of transaction abort
-
- 21 Sep, 2006 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
-
- 15 Sep, 2006 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
-
- 13 Sep, 2006 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
Bug #21378 Alter table from X storage engine to NDB could cause data loss: skip autodiscover of local tables
-
- 12 Sep, 2006 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
Bug #21378 Alter table from X storage engine to NDB could cause data loss: Added warning if local table shadows ndb table
-
- 05 Sep, 2006 2 commits
-
-
mskold/marty@mysql.com/linux.site authored
-
guilhem@gbichot3.local authored
In 5.0 we made LOAD DATA INFILE autocommit in all engines, while only NDB wanted that. Users and trainers complained that it affected InnoDB and was a change compared to 4.1 where only NDB autocommitted. To revert to the behaviour of 4.1, we move the autocommit logic out of mysql_load() into ha_ndbcluster::external_lock(). The result is that LOAD DATA INFILE commits all uncommitted changes of NDB if this is an NDB table, its own changes if this is an NDB table, but does not affect other engines. Note: even though there is no "commit the full transaction at end" anymore, LOAD DATA INFILE stays disabled in routines (re-entrency problems per a comment of Pem). Note: ha_ndbcluster::has_transactions() does not give reliable results because it says "yes" even if transactions are disabled in this engine...
-