Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge mysql.com:/home/bk/mysql-4.1 | mysqldev@mysql.com | 2004-10-22 | 7 | -15/+18 |
|\ | | | | | | | into mysql.com:/build/mysqldev/my/mysql-4.1-tomastest | ||||
| * | remove compiler warnings | mysqldev@mysql.com | 2004-10-22 | 7 | -15/+18 |
| | | |||||
* | | removing compiler warnings | tomas@poseidon.ndb.mysql.com | 2004-10-22 | 10 | -13/+29 |
| | | |||||
* | | AIX compile fixes | tomas@poseidon.ndb.mysql.com | 2004-10-22 | 11 | -18/+23 |
|/ | |||||
* | fix c++ style comments in .h and .c files | tomas@poseidon.ndb.mysql.com | 2004-10-22 | 13 | -242/+252 |
| | | | | compilation problems on some platforms' | ||||
* | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 | joreland@mysql.com | 2004-10-22 | 2 | -2/+2 |
|\ | | | | | | | into mysql.com:/home/jonas/src/mysql-4.1 | ||||
| * | compile fixes for butch | joreland@mysql.com | 2004-10-21 | 2 | -2/+2 |
| | | |||||
* | | Compile fix | tomas@poseidon.ndb.mysql.com | 2004-10-21 | 1 | -2/+3 |
| | | |||||
* | | more snprintf... | tomas@poseidon.ndb.mysql.com | 2004-10-21 | 9 | -126/+126 |
| | | |||||
* | | changed to call internal snprintf/vsnprintf | tomas@poseidon.ndb.mysql.com | 2004-10-21 | 79 | -294/+350 |
| | | |||||
* | | some platforms provide posix snprintf via special defined, these defines ↵ | tomas@poseidon.ndb.mysql.com | 2004-10-21 | 4 | -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.com | 2004-10-21 | 2 | -2/+2 |
| | | |||||
* | | sorry, previous comment should have been on ithanium, not IRIX | tomas@poseidon.ndb.mysql.com | 2004-10-21 | 1 | -2/+3 |
| | | |||||
* | | use memcpy instead, other code breaks mysteriously on IRIX | tomas@poseidon.ndb.mysql.com | 2004-10-21 | 1 | -3/+6 |
| | | |||||
* | | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb | tomas@poseidon.ndb.mysql.com | 2004-10-21 | 11 | -21/+191 |
|\ \ | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 | ||||
| * | | changed to same signature as rest of print functions | tomas@poseidon.ndb.mysql.com | 2004-10-21 | 11 | -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.1 | tomas@poseidon.ndb.mysql.com | 2004-10-20 | 28 | -113/+140 |
|\ \ | |/ |/| | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 | ||||
| * | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 | tomas@poseidon.ndb.mysql.com | 2004-10-20 | 28 | -113/+140 |
| |\ | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 | ||||
| | * | removed some (Uint32)-1 casts | tomas@poseidon.ndb.mysql.com | 2004-10-20 | 1 | -24/+27 |
| | | | |||||
| | * | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 | tomas@poseidon.ndb.mysql.com | 2004-10-20 | 27 | -89/+113 |
| | |\ | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 | ||||
| | | * | compile warning fixes | tomas@poseidon.ndb.mysql.com | 2004-10-20 | 27 | -89/+113 |
| | | | | |||||
* | | | | NDB dbtux scan batch max 16->992 caused perf loss | pekka@mysql.com | 2004-10-20 | 4 | -8/+54 |
|/ / / | |||||
* | | | NdbOperationSearch.cpp: | pekka@mysql.com | 2004-10-20 | 1 | -1/+2 |
|/ / | | | | | | | fix C coding error found by tomas on sol9x86 | ||||
* | | NDB dbtux compile fix for sol9x86 | pekka@mysql.com | 2004-10-20 | 3 | -30/+62 |
|/ | |||||
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mishka.local | 2004-10-20 | 1 | -1/+2 |
|\ | | | | | | | into mishka.local:/home/my/mysql-4.1 | ||||
| * | Review of all code pushed since last review | monty@mishka.local | 2004-10-20 | 1 | -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.1 | tomas@poseidon.ndb.mysql.com | 2004-10-19 | 2 | -24/+27 |
|\ \ | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 | ||||
| * | | remove possibility of connectstring error like "hostname=..." | tomas@poseidon.ndb.mysql.com | 2004-10-18 | 2 | -24/+27 |
| |/ | | | | | | | | | + some fixed string length cleanup + fixed a better error printout | ||||
* | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb | tomas@poseidon.ndb.mysql.com | 2004-10-19 | 11 | -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-ndb | pekka@mysql.com | 2004-10-18 | 11 | -411/+690 |
| |\ \ | | | | | | | | | | | | | into mysql.com:/space/pekka/ndb/version/my41-tux | ||||
| | * | | NDB wl-1533 tux optim: after wl-1942 can remove signal from many methods | pekka@mysql.com | 2004-10-17 | 8 | -207/+262 |
| | | | | |||||
| | * | | NDB wl-1942 dbtux - move scans correctly at index tree re-org | pekka@mysql.com | 2004-10-17 | 5 | -152/+265 |
| | | | | |||||
| | * | | NDB wl-1533 tux optim 17 - allow slack in interior nodes | pekka@mysql.com | 2004-10-16 | 9 | -146/+257 |
| | | | | |||||
* | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb | tomas@poseidon.ndb.mysql.com | 2004-10-18 | 1 | -14/+15 |
|\ \ \ \ | |/ / / |/| | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge | ||||
| * | | | converted to use my_malloc for memory allocation | tomas@poseidon.ndb.mysql.com | 2004-10-11 | 1 | -14/+15 |
| | | | | |||||
* | | | | 4006 is temporary | joreland@mysql.com | 2004-10-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb | joreland@mysql.com | 2004-10-15 | 6 | -130/+85 |
|\ \ \ \ | | |/ / | |/| | | | | | | into mysql.com:/home/jonas/src/mysql-4.1-ndb | ||||
| * | | | NDB dbtux - remove obsolete code | pekka@mysql.com | 2004-10-14 | 6 | -103/+53 |
| | | | | |||||
| * | | | NDB dbtux minor change | pekka@mysql.com | 2004-10-14 | 3 | -27/+32 |
| | | | | |||||
* | | | | autotest failures | joreland@mysql.com | 2004-10-15 | 5 | -12/+41 |
| | | | | |||||
* | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb | joreland@mysql.com | 2004-10-14 | 14 | -201/+254 |
|\ \ \ \ | |/ / / | | | | | | | | | into mysql.com:/home/jonas/src/mysql-4.1-ndb | ||||
| * | | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb | pekka@mysql.com | 2004-10-14 | 14 | -201/+254 |
| |\ \ \ | | | | | | | | | | | | | | | | into mysql.com:/space/pekka/ndb/version/my41-tux | ||||
| | * \ \ | Merge | pekka@mysql.com | 2004-10-10 | 14 | -201/+254 |
| | |\ \ \ | |||||
| | | * | | | NDB tux optim 16 - binary search on bounding node when adding entry | pekka@mysql.com | 2004-10-10 | 4 | -23/+53 |
| | | | | | | |||||
| | | * | | | NDB tux optim 15 - fix wasted space in index node entries | pekka@mysql.com | 2004-10-09 | 7 | -44/+96 |
| | | | | | | |||||
| | | * | | | NDB wl-2151 Fix bounds setting table handler vs TUX | pekka@mysql.com | 2004-10-08 | 6 | -134/+105 |
| | | | | | | |||||
* | | | | | | Set error code, when return NULL in hupp | joreland@mysql.com | 2004-10-13 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | Smarter test | joreland@mysql.com | 2004-10-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Handle DELETE/INSERT as update in operations started before LCP | joreland@mysql.com | 2004-10-13 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Handle temporary errors in clearTable | joreland@mysql.com | 2004-10-13 | 1 | -1/+18 |
| | | | | |