summaryrefslogtreecommitdiff
path: root/storage/ndb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a LOT of compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-2739-89/+137
| | | | | | | Added missing DBUG_RETURN statements (in mysqldump.c) Added missing enums Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
* Merge mysql.com:/home/my/mysql-5.0monty@nosik.monty.fi2006-11-2238-145/+170
| | | | into mysql.com:/home/my/mysql-5.1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@nosik.monty.fi2006-11-211-1/+1
|\ | | | | | | into mysql.com:/home/my/mysql-5.1
| * Added --debug-info to most clients to detect memory leaks in mysql-test-runmonty@mysql.com/nosik.monty.fi2006-11-211-1/+1
| | | | | | | | | | | | | | | | | | Moved .progress files into the log directory Moved 'cluster' database tables into the MySQL database, to not have 'cluster' beeing a reserved database name Fixed bug where mysqld got a core dump when trying to use a table created by MySQL 3.23 Fixed some compiler warnings Fixed small memory leak in libmysql Note that this doesn't changeset doesn't include the new mysqldump.c code required to run some tests. This will be added when I merge 5.0 to 5.1
* | Bug#24361 valgrind error when shutting down mysqld connected to clustermsvensson@shellback.(none)2006-11-201-3/+4
| | | | | | | | - Disconnect from transporter before starting to delete objects
* | Merge bodhi.local:/opt/local/work/mysql-5.0-runtimekostja@bodhi.local2006-11-022-55/+136
|/ | | | into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
* Merge trift2.:/MySQL/M51/clone-5.1joerg@trift2.2006-11-013-31/+48
|\ | | | | | | into trift2.:/MySQL/M51/push-5.1
| * 5.1.12 - release clonejonas@perch.ndb.mysql.com2006-10-231-7/+1
| | | | | | | | ndb - revert fix bug#21052 as it's wrong, and induces bus-error on node crashes
| * ndb -jonas@perch.ndb.mysql.com2006-10-181-9/+6
| | | | | | | | Fix uninit variable, causing problems with auto-increment on rhas3-x86 (only found on this platform, really weird)
| * ndb - fix some ndb strict-alias problemsjonas@perch.ndb.mysql.com2006-10-162-22/+42
| | | | | | | | | | found with gcc 4.0.2 on Itanium2 (ndb_dd_* failures)
| * ndb - fix memleak (due to incorrect merge of bug#21941)jonas@perch.ndb.mysql.com2006-10-131-2/+2
| | | | | | | | recommit into release-clone
* | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbjonas@perch.ndb.mysql.com2006-10-271-0/+22
|\ \ | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| * | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-10-271-0/+22
| | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
* | | Merge orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my50-tuxpekka@orca.ndb.mysql.com2006-10-251-1/+0
| | | | | | | | | | | | into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-tux
* | | Merge ymer.(none):/usr/local/mysql/mysql-4.1-ndb.tmpknielsen@ymer.(none)2006-10-252-4/+8
|/ / | | | | | | into ymer.(none):/usr/local/mysql/mysql-5.1-new-ndb
* | Merge perch.ndb.mysql.com:/home/jonas/src/51-workjonas@perch.ndb.mysql.com2006-10-254-68/+106
|\ \ | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| * \ Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbjonas@perch.ndb.mysql.com2006-10-254-68/+106
| |\ \ | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| | * | Merge orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my50-tuxpekka@orca.ndb.mysql.com2006-10-194-68/+106
| | | | | | | | | | | | | | | | into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-tux
* | | | ndb - jonas@perch.ndb.mysql.com2006-10-221-7/+1
| | | | | | | | | | | | | | | | revert fix bug#21052 as it's wrong, and induces bus-error on node crashes
* | | | mergejonas@perch.ndb.mysql.com2006-10-201-1/+0
| | | |
* | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-10-203-3/+7
|/ / / | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work
* | | ndb - bug#23494jonas@perch.ndb.mysql.com2006-10-201-1/+6
| | | | | | | | | | | | Fix bug in restore with table with many columns, Compute size of databuffer pool correctly
* | | ndb -jonas@perch.ndb.mysql.com2006-10-204-5/+22
| | | | | | | | | | | | Add better error message if getting error in RESTORE
* | | mergejonas@perch.ndb.mysql.com2006-10-201-1/+1
| | |
* | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-10-201-1/+4
| | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work
* | | Merge perch.ndb.mysql.com:/home/jonas/src/51-workjonas@perch.ndb.mysql.com2006-10-1912-13/+58
|\ \ \ | |/ / |/| | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| * | ndb - add temporary tables to hugojonas@perch.ndb.mysql.com2006-10-195-5/+37
| | | | | | | | | | | | and use it for testOperations/testTransactions
| * | ndb - bug#22672jonas@perch.ndb.mysql.com2006-10-191-0/+1
| | | | | | | | | | | | fix another incorrect assertion
| * | ndb - fix incorrect assertionjonas@perch.ndb.mysql.com2006-10-191-2/+4
| | | | | | | | | | | | Dont assert when getting gci=0 in read only transaction
| * | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-10-191-1/+8
| | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work
| * | ndb - bug#23430jonas@perch.ndb.mysql.com2006-10-181-1/+2
| | | | | | | | | | | | make sure not to release log buffer twice (or several times) in case of abort of multi update
| * | fix merge problemjonas@perch.ndb.mysql.com2006-10-131-2/+2
| | |
| * | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-10-134-4/+6
| | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-ndbstewart@willster.(none)2006-10-181-0/+1
|\ \ \ | | | | | | | | | | | | into willster.(none):/home/stewart/Documents/MySQL/5.1/bug19914-mk2-merge
| * | | Merge willster.(none):/home/stewart/Documents/MySQL/5.0/bug19914-mk2-mergestewart@willster.(none)2006-10-181-0/+1
| | | | | | | | | | | | | | | | into willster.(none):/home/stewart/Documents/MySQL/5.1/bug19914-mk2-merge
* | | | Merge willster.(none):/home/stewart/Documents/MySQL/5.1/ndbstewart@willster.(none)2006-10-186-14/+1453
|\ \ \ \ | |/ / / | | | | | | | | into willster.(none):/home/stewart/Documents/MySQL/5.1/bug21253
| * | | Bug #19148 Backup causes cluster down if _really_ early abort happensstewart@willster.(none)2006-10-184-13/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Early abort, failing to allocate buffers, would go down the abort track and end up trying to sendDropTriggers (as the standard stop backup does). However, it is possible to not have any tables yet defined in the backup (due to allocating buffers is before this). Simple check in sendDropTrig (and continue to next step). Files may be open, so we continue to close them. Also updated ERROR_Codes (and added one to test this bug).
| * | | Merge orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-ndbpekka@orca.ndb.mysql.com2006-10-162-1/+1410
| |\ \ \ | | | | | | | | | | | | | | | into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-bug21191
| | * \ \ Merge orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-ndbpekka@orca.ndb.mysql.com2006-10-152-1/+1410
| | |\ \ \ | | | | | | | | | | | | | | | | | | into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-bug21191
| | | * | | ndb - bug#21191: test pgm: testIndexStatpekka@orca.ndb.mysql.com2006-10-012-1/+1410
| | | | | |
* | | | | | BUG#21253 NdbApi.h should not include my_config.hstewart@willster.(none)2006-10-161-8/+6
|/ / / / /
* | | | | DictTabInfo.cpp:mmj@tiger.local2006-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | Fix for bug#23169 - memset param switching
* | | | | Merge willster.(none):/home/stewart/Documents/MySQL/5.1/mainstewart@willster.(none)2006-10-131-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb
| * | | | Merge mysql.com:/home/bkroot/mysql-5.1-new-rpllars@black.(none)2006-10-101-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/bk/MERGE/mysql-5.1-merge
| | * \ \ \ Merge romeo.(none):/home/bkroot/mysql-5.1-new-rplmats@romeo.(none)2006-10-061-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into romeo.(none):/home/bk/b19459-mysql-5.1-new
| | | * | | | BUG#19459 (BINLOG RBR command does not lock tables correctly causingmats@romeo.(none)2006-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crash for, e.g., NDB): Submitting patch to base64_decode() adding extra parameter.
* | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-workjonas@perch.ndb.mysql.com2006-10-124-82/+132
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| * | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-10-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work
| * | | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-10-123-80/+130
| | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work
* | | | | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-ndbpekka@orca.ndb.mysql.com2006-10-115-8/+74
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-ndb