summaryrefslogtreecommitdiff
path: root/ndb
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/bk/mysql-4.1mysqldev@mysql.com2004-10-227-15/+18
|\
| * remove compiler warningsmysqldev@mysql.com2004-10-227-15/+18
* | removing compiler warningstomas@poseidon.ndb.mysql.com2004-10-2210-13/+29
* | AIX compile fixestomas@poseidon.ndb.mysql.com2004-10-2211-18/+23
|/
* fix c++ style comments in .h and .c filestomas@poseidon.ndb.mysql.com2004-10-2213-242/+252
* Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1joreland@mysql.com2004-10-222-2/+2
|\
| * compile fixes for butchjoreland@mysql.com2004-10-212-2/+2
* | Compile fixtomas@poseidon.ndb.mysql.com2004-10-211-2/+3
* | more snprintf...tomas@poseidon.ndb.mysql.com2004-10-219-126/+126
* | changed to call internal snprintf/vsnprintftomas@poseidon.ndb.mysql.com2004-10-2179-294/+350
* | some platforms provide posix snprintf via special defined, these defines howe...tomas@poseidon.ndb.mysql.com2004-10-214-5/+40
* | one warning out, one warning in :-), forgot the argument in assert()tomas@poseidon.ndb.mysql.com2004-10-212-2/+2
* | sorry, previous comment should have been on ithanium, not IRIXtomas@poseidon.ndb.mysql.com2004-10-211-2/+3
* | use memcpy instead, other code breaks mysteriously on IRIXtomas@poseidon.ndb.mysql.com2004-10-211-3/+6
* | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndbtomas@poseidon.ndb.mysql.com2004-10-2111-21/+191
|\ \
| * | changed to same signature as rest of print functionstomas@poseidon.ndb.mysql.com2004-10-2111-21/+191
| |/
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-10-2028-113/+140
|\ \ | |/ |/|
| * Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-10-2028-113/+140
| |\
| | * removed some (Uint32)-1 caststomas@poseidon.ndb.mysql.com2004-10-201-24/+27
| | * Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-10-2027-89/+113
| | |\
| | | * compile warning fixestomas@poseidon.ndb.mysql.com2004-10-2027-89/+113
* | | | NDB dbtux scan batch max 16->992 caused perf losspekka@mysql.com2004-10-204-8/+54
|/ / /
* | | NdbOperationSearch.cpp:pekka@mysql.com2004-10-201-1/+2
|/ /
* | NDB dbtux compile fix for sol9x86pekka@mysql.com2004-10-203-30/+62
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2004-10-201-1/+2
|\
| * Review of all code pushed since last reviewmonty@mishka.local2004-10-201-1/+2
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-10-192-24/+27
|\ \
| * | remove possibility of connectstring error like "hostname=..."tomas@poseidon.ndb.mysql.com2004-10-182-24/+27
| |/
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbtomas@poseidon.ndb.mysql.com2004-10-1911-411/+690
|\ \
| * \ Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbpekka@mysql.com2004-10-1811-411/+690
| |\ \
| | * | NDB wl-1533 tux optim: after wl-1942 can remove signal from many methodspekka@mysql.com2004-10-178-207/+262
| | * | NDB wl-1942 dbtux - move scans correctly at index tree re-orgpekka@mysql.com2004-10-175-152/+265
| | * | NDB wl-1533 tux optim 17 - allow slack in interior nodespekka@mysql.com2004-10-169-146/+257
* | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbtomas@poseidon.ndb.mysql.com2004-10-181-14/+15
|\ \ \ \ | |/ / / |/| | |
| * | | converted to use my_malloc for memory allocationtomas@poseidon.ndb.mysql.com2004-10-111-14/+15
* | | | 4006 is temporaryjoreland@mysql.com2004-10-171-1/+1
* | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbjoreland@mysql.com2004-10-156-130/+85
|\ \ \ \ | | |/ / | |/| |
| * | | NDB dbtux - remove obsolete codepekka@mysql.com2004-10-146-103/+53
| * | | NDB dbtux minor changepekka@mysql.com2004-10-143-27/+32
* | | | autotest failuresjoreland@mysql.com2004-10-155-12/+41
* | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbjoreland@mysql.com2004-10-1414-201/+254
|\ \ \ \ | |/ / /
| * | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbpekka@mysql.com2004-10-1414-201/+254
| |\ \ \
| | * \ \ Mergepekka@mysql.com2004-10-1014-201/+254
| | |\ \ \
| | | * | | NDB tux optim 16 - binary search on bounding node when adding entrypekka@mysql.com2004-10-104-23/+53
| | | * | | NDB tux optim 15 - fix wasted space in index node entriespekka@mysql.com2004-10-097-44/+96
| | | * | | NDB wl-2151 Fix bounds setting table handler vs TUXpekka@mysql.com2004-10-086-134/+105
* | | | | | Set error code, when return NULL in huppjoreland@mysql.com2004-10-131-0/+1
|/ / / / /
* | | | | Smarter testjoreland@mysql.com2004-10-131-1/+1
* | | | | Handle DELETE/INSERT as update in operations started before LCPjoreland@mysql.com2004-10-131-1/+2
* | | | | Handle temporary errors in clearTablejoreland@mysql.com2004-10-131-1/+18