summaryrefslogtreecommitdiff
path: root/ndb
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/home/bk/mysql-4.1mysqldev@mysql.com2004-10-227-15/+18
|\ | | | | | | into mysql.com:/build/mysqldev/my/mysql-4.1-tomastest
| * 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
| | | | compilation problems on some platforms'
* Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1joreland@mysql.com2004-10-222-2/+2
|\ | | | | | | into mysql.com:/home/jonas/src/mysql-4.1
| * 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 ↵tomas@poseidon.ndb.mysql.com2004-10-214-5/+40
| | | | | | | | | | | | however cause problems elsewhere so this is a way to only have to do this define in one file
* | 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
|\ \ | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| * | changed to same signature as rest of print functionstomas@poseidon.ndb.mysql.com2004-10-2111-21/+191
| |/ | | | | | | | | | | | | | | | | | | | | | | provite declarations for signal print functions, needed on some platforms ome platforms don't like the length calculation for SignalDataPrintFunction so null terminate instead ome platforms complain about this extra level Logger::Logger:: null terminate SignalDataPrintFunctions instead move declaration of print function to SignalData.hpp just change from "" to <> in include moved double declatration of i out
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-10-2028-113/+140
|\ \ | |/ |/| | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| * Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-10-2028-113/+140
| |\ | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| | * 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
| | |\ | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| | | * 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
|/ / | | | | | | fix C coding error found by tomas on sol9x86
* | 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
|\ | | | | | | into mishka.local:/home/my/mysql-4.1
| * Review of all code pushed since last reviewmonty@mishka.local2004-10-201-1/+2
| | | | | | | | | | | | | | Simple optimzations and cleanups Removed compiler warnings and fixed portability issues Added client functions 'mysql_embedded()' to allow client to check if we are using embedded server Fixes for purify
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-10-192-24/+27
|\ \ | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| * | remove possibility of connectstring error like "hostname=..."tomas@poseidon.ndb.mysql.com2004-10-182-24/+27
| |/ | | | | | | | | + some fixed string length cleanup + fixed a better error printout
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbtomas@poseidon.ndb.mysql.com2004-10-1911-411/+690
|\ \ | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
| * \ Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbpekka@mysql.com2004-10-1811-411/+690
| |\ \ | | | | | | | | | | | | into mysql.com:/space/pekka/ndb/version/my41-tux
| | * | 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
|\ \ \ \ | |/ / / |/| | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
| * | | 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
|\ \ \ \ | | |/ / | |/| | | | | | into mysql.com:/home/jonas/src/mysql-4.1-ndb
| * | | 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
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/jonas/src/mysql-4.1-ndb
| * | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbpekka@mysql.com2004-10-1414-201/+254
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/space/pekka/ndb/version/my41-tux
| | * \ \ 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
| | | | |