An error occurred fetching the project authors.
- 04 Oct, 2007 1 commit
-
-
pekka@sama.ndb.mysql.com authored
-
- 24 Apr, 2007 1 commit
-
-
knielsen@ymer.(none) authored
The old blob implementation had code that attempted to upgrade the lock mode for LM_CommittedRead operations, but it did not work properly as it did not recompute the operation flags. As a consequence, reading a blob with LM_CommittedRead could return inconsistent data, with different part of the read data being from different commits done by other transactions. The fix is to correctly recompute all necessary flags when upgrading lock mode.
-
- 11 Apr, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
- try to catch as many malloc failures as possible and give error messages
-
- 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
-
- 23 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Changed header to GPL version 2 only
-
- 14 Dec, 2006 1 commit
-
-
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
-
- 30 Nov, 2006 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Don't assert if my_thread_end() is called twice (common case)
-
- 12 Oct, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
note this does not happen in 5.0, but i'm committing it here to keep code same between 5.0 and 5.1
-
- 15 Sep, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix so that scans closed before execute are removed from "scans to send list"
-
- 14 Sep, 2006 1 commit
-
-
lzhou/root@dev3-138.dev.cn.tlan authored
-
- 24 Aug, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
read TransactionDeadlockTimeout (for scans) to cater for insane settings
-
- 06 Jul, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
-
- 04 Jul, 2006 1 commit
-
-
jonas@mc01.ndb.mysql.com authored
fix race in scan close
-
- 28 Jun, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
force close of scan (of outstanding scan_frag)
-
- 27 Jun, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
allow user to specify scan batch size in readTuples
-
- 12 Jun, 2006 1 commit
-
-
mskold@mysql.com authored
-
- 08 Jun, 2006 1 commit
-
-
mskold@mysql.com authored
Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: implemented ha_ndblcuster::unlock_row() and explicitly lock all rows that are not being unlocked
-
- 21 Apr, 2006 1 commit
-
-
mskold@mysql.com authored
-
- 23 Mar, 2006 1 commit
-
-
mskold@mysql.com authored
-
- 09 Jun, 2005 1 commit
-
-
joreland@mysql.com authored
-
- 11 Apr, 2005 1 commit
-
-
pekka@mysql.com authored
-
- 07 Apr, 2005 1 commit
-
-
pekka@mysql.com authored
-
- 05 Apr, 2005 1 commit
-
-
pekka@mysql.com authored
-
- 19 Jan, 2005 1 commit
-
-
joreland@mysql.com authored
-
- 28 Dec, 2004 1 commit
-
-
joreland@mysql.com authored
(hopefully last :-))
-
- 26 Dec, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 23 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
removed friend declarations from doxygen updated some documentation in mgmapi
-
- 20 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
moved NdbWaiter, m_ndb_cluster_connection, to impl class moved node selection things to cluster connection moved all private things to impl class added opts for shared memory and node selection changed opts handling somewhat; introduced enum for options and common handling of option variables added checks for transporter support automatic addition of shared mem transporters moved wait_until_ready code to cluster connection added control of usage of new node selection method
-
- 17 Dec, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 15 Dec, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 14 Dec, 2004 1 commit
-
-
joreland@mysql.com authored
fix scan take over
-
- 12 Dec, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 07 Dec, 2004 1 commit
-
-
joreland@mysql.com authored
reading sorted multi_range with several range-scans
-
- 06 Dec, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 30 Nov, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 29 Nov, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
added missing return
-
joreland@mysql.com authored
-
- 25 Nov, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 23 Nov, 2004 1 commit
-
-
joreland@mysql.com authored
1) removed acc keyinfo 2) introduce handling of multiple bounds
-