An error occurred fetching the project authors.
- 02 May, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
Bug#27980 INSERT IGNORE wrongly ignores NULLs in unique index: added check for null values
-
- 25 Apr, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
-
- 23 Apr, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
ha_ndbcluster_cond. Added new files: sql/ha_ndbcluster_cond.h sql/ha_ndbcluster_cond.cc
-
- 19 Apr, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
-
- 18 Apr, 2007 1 commit
-
-
joerg@trift2. authored
Hex constants that exceed 32 bit need to be marked "LL" for the compile to work.
-
- 12 Apr, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
- parse indexname using "split" instead of sscanf, as not to break at space - test case with space in key - enclose names in printout
-
- 11 Apr, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
- try to catch as many malloc failures as possible and give error messages
-
- 05 Apr, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
-
- 04 Apr, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
In certain cases AFTER UPDATE/DELETE triggers on NDB tables that referenced subject table didn't see the results of operation which caused invocation of those triggers. In other words AFTER trigger invoked as result of update (or deletion) of particular row saw version of this row before update (or deletion). The problem occured because NDB handler in those cases postponed actual update/delete operations to be able to perform them later as one batch. This fix solves the problem by disabling this optimization for particular operation if subject table has AFTER trigger for this operation defined. To achieve this we introduce two new flags for handler::extra() method: HA_EXTRA_DELETE_CANNOT_BATCH and HA_EXTRA_UPDATE_CANNOT_BATCH. These are called if there exists AFTER DELETE/UPDATE triggers during a statement that potentially can generate calls to delete_row()/update_row(). This includes multi_delete/multi_update statements as well as insert statements that do delete/update as part of an ON DUPLICATE statement.
-
- 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
-
- 24 Mar, 2007 1 commit
-
-
fixing wrong written assignment
-
- 23 Mar, 2007 1 commit
-
-
aelkin/elkin@andrepl.(none) authored
thd->options' OPTION_STATUS_NO_TRANS_UPDATE bit was not restored at the end of SF() invocation, where SF() modified non-ta table. As the result of this artifact it was not possible to detect whether there were any side-effects when top-level query ends. If the top level query table was not modified and the bit is lost there would be no binlogging. Fixed with preserving the bit inside of thd->no_trans_update struct. The struct agregates two bool flags telling whether the current query and the current transaction modified any non-ta table. The flags stmt, all are dropped at the end of the query and the transaction.
-
- 22 Mar, 2007 2 commits
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
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
-
- 09 Feb, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
bug #26225 Engine condition pushdown doesn't work with prepare statements (ps_7ndb): ensure that query plan for prepared statement is analyzed correctly
-
- 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 3 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
-