Commit graph

304 commits

Author SHA1 Message Date
joreland@mysql.com
9a937a3b22 ndb - Fixed bitfields of upto 31 bits 2004-12-08 17:58:00 +01:00
joreland@mysql.com
eda8685471 ndb - Test program for new bitmask functions 2004-12-07 20:58:46 +01:00
joreland@mysql.com
255cf71a63 ndb - Use BitmaskImpl in TUP (in BitField operations) 2004-12-06 12:31:17 +01:00
joreland@mysql.com
b2987e0a40 Add general n-bitfields to ndb storage engine 2004-12-05 19:48:15 +01:00
brian@avenger.(none)
b85f4677d5 Merge for Matt for Innodb bug. 2004-11-30 10:10:40 -08:00
tomas@poseidon.ndb.mysql.com
aec0b4e4d7 fixed error in test result
added extra calls to retrieve connectstring used
    reengineered connect somewhat to make retries etc explicit
2004-11-30 17:47:47 +00:00
tomas@poseidon.ndb.mysql.com
e5d03d1b7c added check connection mgmapi method
added ndb_mgm_check_connection when error is printed
2004-11-30 12:02:53 +00:00
tomas@poseidon.ndb.mysql.com
08a84bebaf Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-clean
2004-11-29 15:19:08 +00:00
tomas@poseidon.ndb.mysql.com
b11f3feb53 aligned backup errorcodes with rest of ndb error codes giving it range from 1300
added new error type "configuration or application error"
    Added check if backup is issued during diskless mode, backup refuse returned
    added possibility to get error code as a result from management client
    addded possibility to set connecstring with CONNECT command
    changed to use strcasecmp instead of strcmp
    added possibility to run one command on cammand client to ndb_mgm and get an errorcode of command fails
    made thread safe veriosn of getErrorText in management server
    aligned backup errorcodes with rest of ndb error codes giving it range from 1300
    print error message from regular ndberror struct
    added new arrer type "cofiguration or application error"
    commented on allocaded ranges for errors
2004-11-29 15:14:43 +00:00
joreland@mysql.com
2aa77fdaae Merge mysql.com:/home/jonas/src/mysql-4.1-fix
into mysql.com:/home/jonas/src/mysql-5.0
2004-11-29 09:28:23 +01:00
joreland@mysql.com
208050f63f Merge mysql.com:/home/jonas/src/mysql-4.1-fix
into mysql.com:/home/jonas/src/mysql-4.1
2004-11-29 09:17:45 +01:00
joreland@mysql.com
74bfe72d3d ndb - scan bug fix + more test cases 2004-11-29 09:00:39 +01:00
joreland@mysql.com
047a3d1258 merge 2004-11-25 14:33:33 +01:00
tomas@poseidon.ndb.mysql.com
003b28d04f added mgmapi/mgmapi_config_parameters.h, mgmapi/mgmapi_config_parameters_debug.h
to distribution
2004-11-24 13:59:03 +00:00
joreland@mysql.com
b22e9a0b0b Merge mysql.com:/home/jonas/src/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-11-24 12:40:04 +01:00
joreland@mysql.com
fab3038dff Merge mysql.com:/home/jonas/src/wl2077
into mysql.com:/home/jonas/src/mysql-4.1
2004-11-24 11:59:06 +01:00
joreland@mysql.com
83434d3529 wl2126 - ndb - add support for batching range scans
1) removed acc keyinfo
2) introduce handling of multiple bounds
2004-11-23 22:08:47 +01:00
pekka@mysql.com
37f0ff9bc0 ndb: fix blob performance in long transactions 2004-11-22 18:54:06 +01:00
tomas@poseidon.ndb.mysql.com
45d24f76c0 Merge 2004-11-22 13:48:19 +00:00
tomas@poseidon.ndb.mysql.com
1d981111e0 added force send interface to scan
prepared for using query cache in ndb
2004-11-22 13:41:46 +00:00
tomas@poseidon.ndb.mysql.com
45341b920a Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-mysqladmin
2004-11-22 11:07:52 +00:00
tomas@poseidon.ndb.mysql.com
e38512b378 removed unused variables
assigned "localhost" as default connectstring
    added a disconnect() first in connect()
    removed double implementation of connect code, use connect() in NdbRestarter
    removed extra "host=" in connectstring
2004-11-22 10:47:59 +00:00
tomas@poseidon.ndb.mysql.com
c23b521e2f aligned connect string option on all cluster executables, --ndb-connectstring is now supported by all
enabled new section in my.cnf [mysql_cluster], which is read by all executables, where connect string can be put for all cluster executables
2004-11-22 08:06:39 +00:00
joreland@mysql.com
e43f95e6be merge 2004-11-22 07:59:09 +01:00
tomas@poseidon.ndb.mysql.com
744a18eb5f Merge 2004-11-19 14:18:24 +00:00
pekka@mysql.com
f99d980749 Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/pekka/ndb/version/my41
2004-11-19 12:20:57 +01:00
tomas@poseidon.ndb.mysql.com
3a8a6d4457 merge error 2004-11-18 22:44:34 +00:00
tomas@poseidon.ndb.mysql.com
bcd7f9a907 Merge 2004-11-18 22:06:51 +00:00
tomas@poseidon.ndb.mysql.com
3f36910639 fix for mysqladmin link problem
.c -> .cc
    fix source dist problem for ndb
    fix type check problem for mysqladmin
2004-11-18 20:28:36 +00:00
tomas@poseidon.ndb.mysql.com
7ec0239162 changed mysqladmin.c to mysqladmin.cc
no need for dvlags to have DEFINE_CXA_PURE_VIRTUAL anymore
    aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
    removed all dependencies of LocalConfig, except for mgmapi internals
    enabled multiple management servrs to fetch data configurations from eachother
2004-11-18 18:38:38 +00:00
pekka@mysql.com
c273fda5ed ndb: new arbitrator behaviour for >=3-way: < 1/2 nodes can survive 2004-11-18 16:44:50 +01:00
mskold@mysql.com
a1d9d86328 Added doxygen comments for fast path calls 2004-11-18 12:27:18 +01:00
pekka@mysql.com
bc31325180 Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/pekka/ndb/version/my41
2004-11-18 11:55:53 +01:00
joreland@mysql.com
2a44929c16 Merge mysql.com:/home/jonas/src/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-11-16 07:08:18 +01:00
joreland@mysql.com
2746143aff Merge mysql.com:/home/jonas/src/mysql-5.0-ndb
into mysql.com:/home/jonas/src/5.0-ndb-jonas
2004-11-15 21:55:25 +01:00
joreland@mysql.com
13362e6c50 wl2240 - ndb partitioning
- new test program
- changed scan take over protocol
- fixed some bugs
2004-11-15 21:40:35 +01:00
joreland@mysql.com
26bd793133 merge 2004-11-15 11:21:21 +01:00
tomas@poseidon.ndb.mysql.com
0d55af3f0e moved ndb_restore together with rest of the ndb tools
kernel includes needed by ndb_restore
    changed link order
    moved LocalConfig to mgmapi
    Moved NdbConfig to Portlib
    mgmapi to use LocalConfig for connectstring parsing instead of it's own
    enable usage of "NULL" connectstring for default
    new ndbmgmclient lib that can be used by e.g. mysqladmin later
    LocalConfig no longer needed here, now in mgmapi
    Send connectstring to mgmapi instead
    added valid connectstring to be with only host without port i.e.
    valid connectstring =host1,host2,host3
    default port will be added
2004-11-14 11:02:06 +00:00
pekka@mysql.com
52e05dadac ndb: fix bug-4644 Err Out of fragment operations 2004-11-13 17:34:34 +01:00
joreland@mysql.com
58ecd9a5cf merge 2004-11-11 10:45:45 +01:00
tomas@poseidon.ndb.mysql.com
761bee8647 added management function to purge stale sessions in the management server 2004-11-09 19:39:29 +00:00
joreland@mysql.com
ddff854b90 Merge mysql.com:/home/jonas/src/kalle
into mysql.com:/home/jonas/src/new-fix
2004-11-08 11:24:08 +01:00
joreland@mysql.com
8acbd6a2ba ndb: bug#6451
1) fix so that missing blob tables don't prevent table from being
    dropped
2) decrease size of blob part if record length exceeds max length
3) add test case for table wo/ corresponding blob table
4) init scan counters when sending scan_tabreq
2004-11-08 11:06:36 +01:00
joreland@mysql.com
08618e97c8 Make sure that Int8(16,32,64) is signed
Better fix for previous build issue
2004-11-02 15:37:26 +01:00
joreland@mysql.com
8d82c1308d wl1504 - scan using distribution key and EQ_BOUND 2004-11-01 23:23:26 +01:00
pekka@mysql.com
21984b0caa Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/pekka/ndb/version/my41
2004-11-01 15:43:54 +01:00
tomas@poseidon.ndb.mysql.com
98b43e7f24 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-11-01 14:25:40 +00:00
tomas@poseidon.ndb.mysql.com
41e39c7be3 aligned ndb versioning with mysql
changed define SNPRINTF_RETURN_ZERO to SNPRINTF_RETURN_TRUNC
    added define NDB_INIT
    removed getarg, strlcat, strlcpy
    aligned ndb version with mysql version
    cpcd: removed old way of reading config file and replaced with mysql load_defaults
    changed from using getarg to my_getopts
    use mysql my_progname
    moved getarg to test
2004-11-01 13:55:43 +00:00
joreland@mysql.com
f8e15a41f5 Removed old not used/illegal declaration 2004-11-01 12:49:38 +01:00
joreland@mysql.com
e690212efb removed copy paste index code
improved handling of bits in last word
2004-11-01 09:17:43 +01:00