An error occurred fetching the project authors.
- 26 Apr, 2007 2 commits
-
-
tomas@whalegate.ndb.mysql.com authored
-
tomas@whalegate.ndb.mysql.com authored
-
- 25 Apr, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
-
- 24 Apr, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
Refactored code for engine_condition_pushdown to ha_ndbcluster_cond Makefile.am: Added compilation of ha_ndbcluster_cond ha_ndbcluster_cond.h, ha_ndbcluster_cond.cc: Merge
-
- 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 3 commits
-
-
marty@linux.site authored
Bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb, Bug #25296 Truncate table converts NDB disk based tables to in-memory tables: Check table storage before creating columns
-
joerg@trift2. authored
Hex constants that exceed 32 bit need to be marked "LL" for the compile to work.
-
tomas@whalegate.ndb.mysql.com authored
- both for data schema operations - also make sure schema events vet the right server id when injected into the binlog - use same mechanism to signal server_id in bug#17095, and reserve some "id's" for flagging special conditions on the event, in this case do not log it - enable printing of server ids in the testcases to show that we cot it right
-
- 16 Apr, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Change to use remove_file instead of 'system rm' in a lot of tests. (Should fix some windows test problems) Removed memory leak in mysql_test if sync_with_master fails. Do not terminate ndb_cluster_binary_log before the util thread has finnished. This should fix a shutdown bug where a thread is accessing injector_mutex after it's freed. Patch may fix Bug#27622 "mysqld shutdown, util thread continues, while binlog thread exits"
-
- 12 Apr, 2007 2 commits
-
-
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
-
mats@romeo.(none) authored
skipped): Post-merge changes.
-
- 11 Apr, 2007 2 commits
-
-
tomas@whalegate.ndb.mysql.com authored
-
tomas@whalegate.ndb.mysql.com authored
- try to catch as many malloc failures as possible and give error messages
-
- 06 Apr, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
-
- 05 Apr, 2007 2 commits
-
-
mskold/marty@mysql.com/linux.site authored
Bug #26591 Cluster handler does not set bits in null bytes correctly: Improved comments ha_ndbcluster_binlog.cc: Bug #26591 Cluster handler does not set bits in null bytes correctly: Using empty_record() instead of bzero
-
mskold/marty@mysql.com/linux.site authored
-
- 04 Apr, 2007 2 commits
-
-
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.
-
gni/root@dev3-221.dev.cn.tlan authored
-
- 03 Apr, 2007 5 commits
-
-
tomas@whalegate.ndb.mysql.com authored
- add any value to ndb - use it to update correct server id in binlog thread
-
gni/root@dev3-221.dev.cn.tlan authored
-
tomas@whalegate.ndb.mysql.com authored
- correction, wrong datatype used
-
tomas@whalegate.ndb.mysql.com authored
-
tomas@whalegate.ndb.mysql.com authored
- update the ndb_apply_status table with binlog info
-
- 02 Apr, 2007 3 commits
-
-
tomas@whalegate.ndb.mysql.com authored
-
tomas@whalegate.ndb.mysql.com authored
-
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.
-
- 29 Mar, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
- quick workaround, better patch is needed later - test case
-
- 28 Mar, 2007 1 commit
-
-
- 27 Mar, 2007 1 commit
-
-
kostja@bodhi.local authored
the lexer API which internally uses unsigned char variables to address its state map. The implementation of the lexer should be internal to the lexer, and not influence the rest of the code.
-
- 26 Mar, 2007 3 commits
-
-
tomas@whalegate.ndb.mysql.com authored
-
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 2 commits
-
-
tomas@whalegate.ndb.mysql.com authored
-
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 2 commits
-
-
tomas@whalegate.ndb.mysql.com authored
- initialize to NULL, to avoid call of free on uninitialized variable
-
tomas@whalegate.ndb.mysql.com authored
- initialize to NULL, to avoid call of free on uninitialized variable
-