tomas@poseidon.ndb.mysql.com
1f646ecc7c
set set "CHUNK_SZ" for fragmented signal to real value
...
added API_TRACE code
removed old implementation of fragmented signal
2004-10-28 13:50:46 +00:00
tomas@poseidon.ndb.mysql.com
af5f0b95c4
Dbdict.cpp:
...
changed to using fragmented signals for CREATE_TABLE_REQ
2004-10-28 11:56:09 +00:00
tomas@poseidon.ndb.mysql.com
2d455470b6
ndbapi_limits.h:
...
corrected define for NDB_MAX_TUPLE_SIZE_IN_WORDS
2004-10-28 11:24:59 +00:00
tomas@poseidon.ndb.mysql.com
0003a8d5a0
added test for max limit of 128 attributes in table
...
new define for long signal section size
bumbed up limit for attributes to 128
use new define in SectionSegment
some bug fixing of send fragmented signal +
make chunk size a multiple the dew define for SectionSegment size
2004-10-28 11:19:51 +00:00
tomas@poseidon.ndb.mysql.com
6a6ab95c66
Implemented fragmented signal from API
...
primarily to enable creation of tables with more attributes than 91 (up to 128)
Intermediate push for testing
CHUNK_SZ will be set higher in real implementation and API_TRACE added
2004-10-27 17:30:12 +00:00
tomas@poseidon.ndb.mysql.com
837f1bd12b
Use my_sleep instead of nanosleep for portability
2004-10-26 12:21:19 +00:00
tomas@poseidon.ndb.mysql.com
41bab41df0
removed compiler warning
2004-10-26 10:56:41 +00:00
tomas@poseidon.ndb.mysql.com
ee1acdf0e0
compilation fix for AIX
2004-10-26 09:48:01 +00:00
tomas@poseidon.ndb.mysql.com
40e93b0083
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
2004-10-25 20:49:09 +00:00
tomas@poseidon.ndb.mysql.com
179a4ca86e
fix for alignment bug on solaris 64 bit
...
removed compiler warning
2004-10-25 20:35:46 +00:00
tomas@poseidon.ndb.mysql.com
3c889df57c
removed usage od NDB_MUTEX_INITIALIZER
2004-10-25 16:02:41 +00:00
tomas@poseidon.ndb.mysql.com
95a112061d
removed usage of NDB_MUTEX_INITIALIZER
2004-10-25 15:21:49 +00:00
tomas@poseidon.ndb.mysql.com
879d986d99
removed compiler warning
2004-10-25 11:30:33 +00:00
tomas@poseidon.ndb.mysql.com
fbc245e63c
removed compiler warning
...
shortened help text
2004-10-25 10:23:45 +00:00
tomas@poseidon.ndb.mysql.com
62b7e4e26f
using my_gethostbyname_r in Ndb_getInAddr
2004-10-25 10:19:45 +00:00
tomas@poseidon.ndb.mysql.com
36a2a5e277
remove compile warning
2004-10-24 15:25:43 +00:00
tomas@poseidon.ndb.mysql.com
84ea2f62e9
removed compiler warnings
2004-10-24 15:09:18 +00:00
tomas@poseidon.ndb.mysql.com
caaf95f33d
remove compiler warnings
2004-10-23 09:05:24 +00:00
mysqldev@mysql.com
50ff14b9a1
Merge mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/build/mysqldev/my/mysql-4.1-tomastest
2004-10-22 18:21:53 +02:00
tomas@poseidon.ndb.mysql.com
5037886d14
removing compiler warnings
2004-10-22 16:21:51 +00:00
tomas@poseidon.ndb.mysql.com
48f1ee6acf
AIX compile fixes
2004-10-22 15:13:06 +00:00
mysqldev@mysql.com
36e59a681e
remove compiler warnings
2004-10-22 16:57:19 +02:00
tomas@poseidon.ndb.mysql.com
c21b47540f
fix c++ style comments in .h and .c files
...
compilation problems on some platforms'
2004-10-22 11:59:57 +00:00
joreland@mysql.com
e95f46bbd2
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1
2004-10-22 11:01:11 +02:00
tomas@poseidon.ndb.mysql.com
04b8a57b01
Compile fix
2004-10-21 20:49:37 +00:00
tomas@poseidon.ndb.mysql.com
5c36f5b298
more snprintf...
2004-10-21 19:23:18 +00:00
tomas@poseidon.ndb.mysql.com
6e10fe2519
changed to call internal snprintf/vsnprintf
2004-10-21 19:02:01 +00:00
tomas@poseidon.ndb.mysql.com
8224ef80e4
some platforms provide posix snprintf via special defined, these defines however cause problems elsewhere
...
so this is a way to only have to do this define in one file
2004-10-21 16:26:53 +00:00
tomas@poseidon.ndb.mysql.com
7f73c4bd1f
one warning out, one warning in :-), forgot the argument in assert()
2004-10-21 14:17:02 +00:00
tomas@poseidon.ndb.mysql.com
667e27d2d2
sorry, previous comment should have been on ithanium, not IRIX
2004-10-21 13:03:59 +00:00
tomas@poseidon.ndb.mysql.com
e035de01df
use memcpy instead, other code breaks mysteriously on IRIX
2004-10-21 12:57:55 +00:00
tomas@poseidon.ndb.mysql.com
d4d0c0dc0b
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-21 11:27:21 +00:00
tomas@poseidon.ndb.mysql.com
e797c14fb2
changed to same signature as rest of print functions
...
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
2004-10-21 11:12:15 +00:00
joreland@mysql.com
75ac46c0d4
compile fixes for butch
2004-10-21 12:39:08 +02:00
tomas@poseidon.ndb.mysql.com
f9ac79beb8
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-20 17:36:19 +00:00
tomas@poseidon.ndb.mysql.com
e769c9c19e
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-20 15:36:51 +00:00
tomas@poseidon.ndb.mysql.com
aa68dfdd88
removed some (Uint32)-1 casts
2004-10-20 13:54:24 +00:00
pekka@mysql.com
251c54ea0b
NDB dbtux scan batch max 16->992 caused perf loss
2004-10-20 15:43:21 +02:00
tomas@poseidon.ndb.mysql.com
7623137121
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-20 13:43:17 +00:00
tomas@poseidon.ndb.mysql.com
ec96f9a1a5
compile warning fixes
2004-10-20 13:42:41 +00:00
pekka@mysql.com
e1786b552e
NdbOperationSearch.cpp:
...
fix C coding error found by tomas on sol9x86
2004-10-20 15:14:50 +02:00
pekka@mysql.com
c0eba6c97f
NDB dbtux compile fix for sol9x86
2004-10-20 12:25:48 +02:00
monty@mishka.local
7af65592c7
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mishka.local:/home/my/mysql-4.1
2004-10-20 02:55:03 +03:00
monty@mishka.local
04c23808a8
Review of all code pushed since last review
...
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
2004-10-20 01:28:42 +03:00
tomas@poseidon.ndb.mysql.com
d6a2fab3b9
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-19 20:25:30 +00:00
tomas@poseidon.ndb.mysql.com
38afbaa4f3
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
2004-10-19 14:57:11 +00:00
pekka@mysql.com
b05d1a3a93
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/space/pekka/ndb/version/my41-tux
2004-10-18 15:39:20 +02:00
tomas@poseidon.ndb.mysql.com
839c45f313
remove possibility of connectstring error like "hostname=..."
...
+ some fixed string length cleanup
+ fixed a better error printout
2004-10-18 09:37:48 +00:00
tomas@poseidon.ndb.mysql.com
cede83180a
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
2004-10-18 07:51:52 +00:00
pekka@mysql.com
11bfc5eca1
NDB wl-1533 tux optim: after wl-1942 can remove signal from many methods
2004-10-17 16:24:23 +02:00