Commit graph

798 commits

Author SHA1 Message Date
joreland@mysql.com
4d44bea861 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-12 09:24:53 +02:00
joreland@mysql.com
460859fc12 Fix command line options 2004-09-12 09:23:05 +02:00
mskold@mysql.com
8afda1cb3d Merge mskold@build.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
2004-09-11 20:56:06 +02:00
mskold@mysql.com
d555950b9d Reomeved compiler warnings 2004-09-11 20:53:57 +02:00
tomas@poseidon.(none)
eeae012b4e Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
2004-09-10 15:04:40 +00:00
tomas@poseidon.(none)
8df4fa5d43 bug#5435 2004-09-10 14:55:42 +00:00
tomas@poseidon.(none)
513805d8ae removed debug printout that slipped in 2004-09-09 21:53:01 +00:00
tomas@poseidon.(none)
69695656a1 fixed compile error 2004-09-09 20:43:42 +00:00
tomas@poseidon.(none)
dfe6033f8e added possibility to use comma-separated connectstring
compile error/warning fixes
added force of heartbeat
added ability to force heartbeat
2004-09-09 19:52:03 +00:00
tomas@poseidon.(none)
6b8f55a565 Merge 2004-09-09 16:43:11 +00:00
tomas@poseidon.(none)
a5fa9d8692 main.cpp:
removed shhor switch for nodaemon
2004-09-09 16:41:20 +00:00
tomas@poseidon.(none)
3015cb361b MgmtSrvr.cpp:
Added ability to force heartbeat
2004-09-09 16:40:15 +00:00
tulin@build.mysql.com
9698903eb5 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into build.mysql.com:/users/tulin/mysql-4.1-ndb-merge
2004-09-09 16:22:47 +02:00
tomas@poseidon.(none)
b9d4ca6944 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-09 14:22:46 +00:00
tomas@poseidon.(none)
19a2bc21f7 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-09 13:57:23 +00:00
tomas@poseidon.(none)
8178861dd9 improved show command
fixed some mutex locks for Ndb objects
moved TranspoterFacade::stop_instance to cluster connection
moved Socket Server::start_server outside the TransporterFacade::start_instance thread
2004-09-09 13:55:14 +00:00
tulin@build.mysql.com
0718ddcbbb merge 2004-09-09 14:39:01 +02:00
joreland@mysql.com
ddf3cb98a6 fix NdbDictionary 2004-09-09 14:20:11 +02:00
tomas@poseidon.(none)
976086d36e better error printouts on cannot alloc node id
put ByteOrder config param back as depricated
2004-09-09 09:04:53 +00:00
ndbdev@ndbmaster.mysql.com
a4de52117e Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into ndbmaster.mysql.com:/ndb/clone-mysql-4.1-ndb-daily-2004-09-08
2004-09-09 08:41:37 +02:00
ndbdev@ndbmaster.mysql.com
180f03eae6 wl1292 -
Fix autotest of backups
Fix autotest with mysql-test-run
2004-09-09 08:40:20 +02:00
joreland@mysql.com
d933be7927 Ndb backup/restore also handle indexes 2004-09-08 22:30:05 +02:00
tomas@poseidon.(none)
a34f63cf33 removed unnecesary check in ConfigInfo
added retries to tryBind
2004-09-08 16:31:52 +00:00
tomas@poseidon.(none)
e4290e4831 dded method to retrieve mysqld, ndbd, and ndb_mgmd aliases for API,MGM and DB
added sanity checks for config file
changed so that ndb_0 is replaced by ndb_pid#### in ndb files
added error_string for to some functions, alloc_node_id(), start()
added better error printout for failed alloc node id
better error printouts for failures when starting ndb_mgmd
2004-09-08 14:30:39 +00:00
joreland@mysql.com
9b5efa4c5c Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-08 13:44:52 +02:00
joreland@mysql.com
92abbaf55e Restore transid when flushing 2004-09-08 13:42:44 +02:00
ndbdev@ndbmaster.mysql.com
44d34cb6d0 wl1292 - mysql-test-run in autotest
Reset SIGCHLD before exec-ing
2004-09-08 11:18:22 +02:00
ndbdev@ndbmaster.mysql.com
91cb0fbc82 Removed usage of "useFullyQualifiedNames" 2004-09-08 08:02:59 +02:00
joreland@mysql.com
f63f994b73 bug#at - testNdbApi WaitUntilReady, MaxNdb
fix delete of dictionary before connection has been established
2004-09-08 06:48:03 +02:00
joreland@mysql.com
e9edf3cfb9 BUG#ndb_blob on 1 node
Make sure to flush buffer when sending long sig so that order is maintained
2004-09-08 06:26:44 +02:00
joreland@mysql.com
e8566a205a Bug#5429
Use const table * in NDB API
2004-09-07 21:53:59 +02:00
joreland@mysql.com
aa27f0ed75 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-07 14:30:12 +02:00
tomas@poseidon.(none)
7d192fcbd7 fixed NdbConnection::restart and made use of it in ha_ndbcluster
added testcase
2004-09-07 12:30:11 +00:00
joreland@mysql.com
cf452282d7 Fix scan with keyinfo 2004-09-07 13:24:12 +02:00
tomas@poseidon.(none)
0187978567 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-07 10:56:07 +00:00
tomas@poseidon.(none)
2fdb262c4a fixed and added test case for bug#5431
+ fix for support of multiple mgmt servers
2004-09-07 10:54:31 +00:00
ndbdev@ndbmaster.mysql.com
b7bbb21771 Fix braces wrt to DBUG_xxx 2004-09-06 21:49:04 +02:00
tomas@poseidon.(none)
cfad8eccc4 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-06 18:31:43 +00:00
tomas@poseidon.(none)
77cd417c7e fixed so that ndbcluster and mysqld can be started independently
fixed some error codes in Ndb so that 4009-cluster failure is returned when cluster is not up
2004-09-06 18:30:57 +00:00
joreland@mysql.com
1cc60149ea Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-06 15:17:09 +02:00
joreland@mysql.com
d0b730dd17 testReadPerf fixes 2004-09-06 15:15:35 +02:00
tomas@poseidon.(none)
3e3a1ff1e1 -d default on ndb_mgmd and ndbd
-i depricated on ndbd
fixed bug in shutdown command in ndb_mgm
2004-09-06 12:36:01 +00:00
joreland@mysql.com
1e17dca88b testReadPerf
Divide by loops aswell
2004-09-06 13:29:49 +02:00
tomas@poseidon.(none)
41bd91a409 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-06 10:47:04 +00:00
tomas@poseidon.(none)
2192d179d2 added ndb_mgm_destroy_configuration call
fixed memory leak in object map
fixed uninitialized value blobs_pending
2004-09-06 10:46:23 +00:00
joreland@mysql.com
c20c8baf2e removed faked do_work 2004-09-06 10:13:54 +02:00
joreland@mysql.com
02fbe60cec Added testReadPerf that compares different access methods
- pk read (batch and serial)
- unique index read (batch and serial)
- eq-bound ordered index
- range ordered index
- sorted range ordered index
- interpretered scan
2004-09-06 07:08:40 +02:00
joreland@mysql.com
040fcb2d1e Fixed initialization of trans id 2004-09-03 22:20:03 +02:00
tomas@poseidon.(none)
73366eafc5 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-03 15:12:34 +00:00
tomas@poseidon.(none)
caf79dacfe renamed ha_recovery_logging to ha_enable_transaction
added tests to alter table for "large" alter tables and truncates in ndbcluster
added debug printout in restart() in ndbcluster
added flag THD::transaction.on to enable/disable transaction
2004-09-03 15:11:09 +00:00