summaryrefslogtreecommitdiff
path: root/ndb
Commit message (Collapse)AuthorAgeFilesLines
* Change URLs.cmiller@zippy.cornsilk.net2007-10-051-1/+1
| | | | | | Our web server has been restructured several times, and references to it in our source code has stayed the same. This patch from Paul DuBois updates all URLs to modern semantics.
* Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndbtomas@whalegate.ndb.mysql.com2007-09-125-8/+47
|\ | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-merge
| * Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndbtomas@whalegate.ndb.mysql.com2007-09-121-1/+6
| |\ | | | | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-bj
| * | BUG#23354 reverttomas@whalegate.ndb.mysql.com2007-09-122-9/+3
| | |
| * | Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bjlzhou/zhl@dev3-63.(none)2007-08-201-1/+1
| |\ \ | | | | | | | | | | | | into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug29674
| | * | BUG#29674 Remove warning in pushbuild in 5.0lzhou/zhl@dev3-63.(none)2007-08-201-1/+1
| | | |
| * | | Merge dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/mysql-5.0-ndbJustin.He/justin.he@dev3-240.dev.cn.tlan2007-08-166-10/+55
| |\ \ \ | | | | | | | | | | | | | | | into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/mysql-5.0-ndb-bj.merge
| | * \ \ Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bjlzhou/zhl@dev3-63.(none)2007-08-153-5/+44
| | |\ \ \ | | | | | | | | | | | | | | | | | | into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug29674
| | | * | | BUG#29674 Restore/backup are endian compatible in 5.0lzhou/zhl@dev3-63.(none)2007-08-073-5/+44
| | | | | |
| | * | | | Merge dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.0/mysql-5.0-ndb-bjgni/root@dev3-221.dev.cn.tlan2007-08-081-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.0/bug27683
| | | * | | | BUG#27683 Incorrect description for ndb_restore --printgni@dev3-221.dev.cn.tlan2007-07-251-1/+1
| | | | | | |
| | * | | | | Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bjlzhou/zhl@dev3-63.(none)2007-07-302-4/+10
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug23354
| | | * | | | | BUG#23354 Clear "no start" when nodes restart and add new prompting string ↵lzhou/zhl@dev3-63.(none)2007-06-132-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when nodes restart
* | | | | | | | Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0tomas@whalegate.ndb.mysql.com2007-09-128-54/+297
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-merge
| * | | | | | | ndb - bug#29102 : use locked read even for blob partspekka@sama.ndb.mysql.com2007-08-291-1/+6
| |/ / / / / /
| * | | | | | ndb - bug#28804jonas@perch.ndb.mysql.com2007-08-137-53/+291
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Handle out of transaction buffer in TC for INDX lookups
* | | | | | Bug #10776: Failure to compile ndb ReadNodesConf.cpp on AIX 5.2tnurnberg@sin.intern.azundris.com2007-08-0113-46/+106
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysqld hasn't been built on AIX with ndb-everything in quite a while. this allowed a variety of changes to be added that broke the AIX build for both the GNU and IBM compilers (but the IBM suite in particular). Changeset lets build to complete on AIX 5.2 for users of the GNU and the IBM suite both. Tudo bem?
* | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bjtomas@whalegate.ndb.mysql.com2007-07-135-94/+361
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
| * | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2007-07-041-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
| | * | | | ndb - bug#29354 - fix bug in bug fix,jonas@perch.ndb.mysql.com2007-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | dont assert if 2 LCP's are being run during a node recovery
| * | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2007-07-031-4/+23
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
| | * | | | ndb - bug#29354 - Incorrect handling of replica REDO during SR (5.0)jonas@perch.ndb.mysql.com2007-07-031-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not very clever fix for DIH incorrect REDO handling - Dont report GCP_SAVE_CONF until first LCP has been complete during NR
| * | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2007-07-025-90/+338
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
| | * | | | ndb - bug#29364 - "SQL queries hang while data node in start phase 5"jonas@perch.ndb.mysql.com2007-07-023-5/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In TC init node status for already started nodes during node restart (not present in 5.1)
| | * | | | ndb - bug#29057 bug#29067 and bug#29118jonas@perch.ndb.mysql.com2007-06-252-85/+265
| | | | | | | | | | | | | | | | | | | | | | | | Fix 3 problems in REDO validation that could(will) lead to "Error while reading REDO log"
| | * | | | Merge perch.ndb.mysql.com:/home/jonas/src/41-workjonas@perch.ndb.mysql.com2007-05-291-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/50-work
| | | * | | | ndb - fix typojonas@perch.ndb.mysql.com2007-05-291-1/+1
| | | | | | |
* | | | | | | Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bjlzhou/zhl@dev3-63.(none)2007-07-041-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug25941
| * | | | | BUG#25941 Output warning messages from stdout to stderr when abitrator ↵lzhou/zhl@dev3-63.(none)2007-06-151-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | warnings exist
* | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmskold/marty@linux.site2007-06-141-38/+58
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
| * | | | Bug #27640 backup id not displayed in the output of "ndb_mgm start backup ↵tomas@whalegate.ndb.mysql.com2007-06-141-38/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wait completed" - correction, missing node id
* | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmskold/marty@linux.site2007-06-1414-76/+316
|\ \ \ \ \ | |/ / / / | | | | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
| * | | | Merge jhe@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbJustin.He/justin.he@dev3-240.dev.cn.tlan2007-06-143-71/+192
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/bug27640-5.0-ndb
| | * | | | Bug#27640, backup id not displayed in the output of "ndb_mgm start backup ↵Justin.He/justin.he@dev3-240.dev.cn.tlan2007-06-143-71/+192
| | | | | | | | | | | | | | | | | | | | | | | | wait completed"
| * | | | | Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gcatomas@whalegate.ndb.mysql.com2007-05-302-0/+5
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
| | * | | | Bug #28443tomas@whalegate.ndb.mysql.com2007-05-306-19/+86
| | | | | | | | | | | | | | | | | | | | | | | | - correction of merge error
| * | | | | Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gcatomas@whalegate.ndb.mysql.com2007-05-301-1/+7
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
| | * | | | Bug #28770 file already opened error when corrupt schema filetomas@whalegate.ndb.mysql.com2007-05-301-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | - make sure we close the first file, before opening the next
| * | | | | Bug #28749 MaxNoOfOpenFiles offset by 1tomas@whalegate.ndb.mysql.com2007-05-301-1/+1
| | | | | |
| * | | | | Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gcatomas@whalegate.ndb.mysql.com2007-05-281-0/+8
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
| | * | | | print user and system time at watchdog checktomas@whalegate.ndb.mysql.com2007-05-281-0/+8
| | | | | |
| * | | | | Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gcatomas@whalegate.ndb.mysql.com2007-05-281-1/+2
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
| | * | | | make memeber publictomas@whalegate.ndb.mysql.com2007-05-281-1/+2
| | | | | |
| * | | | | Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gcatomas@whalegate.ndb.mysql.com2007-05-285-2/+101
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
| | * | | | bug#28717, make sure only master updates activeStatustomas@whalegate.ndb.mysql.com2007-05-285-2/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so that othernodes dont get confused after having recevied status from master and then tries to update it self
* | | | | | Bug#26342 auto_increment_increment AND auto_increment_offset REALLY REALLY ↵mskold/marty@mysql.com/linux.site2007-06-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | anger NDB cluster, implemented support for auto_increment_offset and auto_increment_increment for Ndb, post review fix
* | | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmskold/marty@mysql.com/linux.site2007-05-282-27/+79
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
| * | | | | Bug#26342 auto_increment_increment AND auto_increment_offset REALLY REALLY ↵mskold/marty@mysql.com/linux.site2007-05-092-27/+79
| | | | | | | | | | | | | | | | | | | | | | | | anger NDB cluster, implemented support for auto_increment_offset and auto_increment_increment for Ndb
* | | | | | Bug #28653 Fast GCP + high load + high RedoBuffer causes ndbrequiretomas@whalegate.ndb.mysql.com2007-05-282-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | - correction, backport to 5.0
* | | | | | Bug #28653 Fast GCP + high load + high RedoBuffer causes ndbrequiretomas@whalegate.ndb.mysql.com2007-05-243-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | - correction, use recomputed _actual_ redobuffer