jonas@perch.ndb.mysql.com
40d83bdf6e
ndb - wl1760/bug#18216
...
add two new start options that will decrease likelyhood of bug#18612
push cntr-sp2 logic down into qmgr-sp1 to decrease likelyhood of bug#18612
2006-04-06 11:43:31 +02:00
jonas@perch.ndb.mysql.com
a9d67fdedc
ndb -
...
post merge fixes
2006-03-22 15:46:51 +01:00
tomas@poseidon.ndb.mysql.com
4f449e4f22
ndb:
...
add optional reporting of of a "name" tied to a nodeid in the cluster log
reporting added for mysql server and ndb_restore
2006-02-13 12:58:12 +01:00
konstantin@mysql.com
98091b152a
Merge mysql.com:/opt/local/work/mysql-4.1-root
...
into mysql.com:/opt/local/work/mysql-5.0-root
2006-02-02 18:17:18 +03:00
tomas@poseidon.ndb.mysql.com
1c1b5f1f57
reserved config numbers in ndb
2006-01-26 10:16:28 +01:00
stewart@mysql.com
5cf0ede080
BUG#12124 ndb_mgm -e "# stop" does not allow stopping ndb_mgmd processes on other systems
...
WL#2703 restart for ndb_mgmd
Solving two problems with one stone.
Allows the stopping and restarting of mgm nodes other than the one the mgmclient
is connected to.
2006-01-17 00:13:18 +11:00
tomas@poseidon.ndb.mysql.com
a6a0bd4ab5
Bug #13461 Slave Cluster crashed on restart of two data nodes in seperate groups
...
- ensure in ndb_mgmd that the stop command is not issued if a node is restarting
- added some new error messages
- in ndbcntr on master check so that node does not shutdown id shutdoen in progress
2005-10-13 16:38:38 +02:00
tomas@poseidon.ndb.mysql.com
fd0cd55652
Bug #13009 No gaps allowed in node id number sequence
...
+ some small bugfixes in ndb_config
+ extending ndb_config to print connections and take shm option
2005-10-12 14:17:39 +02:00
tomas@poseidon.ndb.mysql.com
2b0a3b4780
Bug #9249 NDBD crashes when mapping SHM segment w/o correct permission
2005-10-11 15:48:07 +02:00
tomas@poseidon.ndb.mysql.com
cdab2c9392
Bug #11749 No message slogan found for Signal 8 received. (need better message)
...
+ revised error messages after feedback
+ revides classifications and status
+ removed all progError(..0..) to make sure all error invocations have an error code
+ added some new error codes to replace some generic usage of SYSTEM_ERROR
+ removed some unused codes
2005-10-05 16:35:28 +02:00
tomas@poseidon.ndb.mysql.com
6d28e7a612
Bug #13197 NDB needs better error message for not enough memory.
...
- added 2 new error codes for out of data and index memory during SR
+ removed c++ style comments from c file
2005-10-03 20:41:43 +02:00
tomas@poseidon.ndb.mysql.com
b5ac7f31e5
added structured ndbd exit codes
2005-10-03 20:04:44 +02:00
stewart@mysql.com
bb4f408112
more post-merge fixes for SingleUser log events
2005-09-30 14:44:24 +10:00
stewart@mysql.com
875f8abdc2
merge fixes - SingleUser logging
2005-09-29 19:01:53 +10:00
joreland@mysql.com
c12b41605d
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-07-25 13:23:34 +02:00
joreland@mysql.com
07cdfdca69
ndb - Fix LCP during SR parameters
2005-07-25 12:41:25 +02:00
joreland@mysql.com
293145b314
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-07-24 08:27:16 +02:00
joreland@mysql.com
5490cdfb24
Add tool to extract config info from ndb_mgmd
2005-07-23 12:06:02 +02:00
tomas@poseidon.ndb.mysql.com
a60bdadb31
Bug #11019 mgmapi start backup in some cases returns wrong backupid
2005-06-02 01:13:23 +02:00
joreland@mysql.com
f2f36ea64f
Merge mysql.com:/home/jonas/src/fix
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-03-10 08:26:14 +01:00
joreland@mysql.com
87c93bc514
Merge mysql.com:/home/jonas/src/fix
...
into mysql.com:/home/jonas/src/mysql-4.1
2005-03-10 07:48:44 +01:00
joreland@mysql.com
364b3b7b9b
bug#9089
...
ndb - Reenable MAX_OPEN_FILES to enable LCP in some situations
2005-03-10 07:45:17 +01:00
stewart@mysql.com
f2856134bf
Add ndb/src/mgmapi/mgmapi_internal.h
...
move internal mgmapi functions into it.
should also fix AIX build problem.
2005-03-03 19:49:58 +11:00
stewart@mysql.com
336f4cc808
Fixes for: use initial mgm connection as transporter connection
2005-02-24 17:57:22 +11:00
stewart@mysql.com
e88eba65a7
Use the mgm connection used for fetching configuration as a transporter.
2005-02-23 21:07:22 +11:00
tomas@poseidon.ndb.mysql.com
6e51577b52
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-wl2278
2005-02-17 09:37:07 +01:00
tomas@poseidon.ndb.mysql.com
7b2f7b43c5
Merge
2005-02-17 07:05:00 +01:00
tomas@poseidon.ndb.mysql.com
334d92db03
reuse nodeid if ndbd is restarted
2005-02-16 20:46:34 +01:00
stewart@mysql.com
6d12f23047
Don't ask mgm server for port to connect transporter to if we already have one; only ask if connect fails.
...
Reconnect to mgm server in connect_clients thread if m_mgm_handle is disconnected.
2005-02-15 18:30:44 +11:00
stewart@mysql.com
196def91b3
WL2278 Dynamic ports - Impl 6, "deal with mgm server restart and multiple mgm servers"
...
- when connecting to a mgm server as a transporter, create a NdbMgmHandle
- over this mgm handle, report the dynamic ports
- then turn it into a transporter
- this will re-report dynamic ports to mgmds when they restart (as we'll have to
set up our transporter again). This will also report it to all mgmds (as we'll
have transporters to all of them).
2005-02-11 15:43:43 +11:00
stewart@mysql.com
0b24883ee4
Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb
...
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports-impl5
2005-02-01 11:45:05 +11:00
joreland@mysql.com
97a778d88a
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2005-01-28 08:11:56 +01:00
tomas@poseidon.ndb.mysql.com
e8090fc224
Merge
2005-01-28 00:47:41 +01:00
tomas@poseidon.ndb.mysql.com
732d1a5e81
Bug#8167 signal usage clash between mysql server and ndb shared memory
...
added shared memory config parameter, signum for use in signalling
added global variable for holdign signum to be used for shared memory connection
only fiddle with signals if it is set
simplified common ndb client option handling
2005-01-28 00:42:41 +01:00
tomas@poseidon.ndb.mysql.com
1a94812b7b
updated logevent example
...
added handling of Arbit log events
2005-01-25 13:08:21 +01:00
stewart@mysql.com
c1c282e564
Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb
...
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports-impl4
2005-01-21 19:38:17 +11:00
tomas@poseidon.ndb.mysql.com
0a857aca57
WL#2299, structured log events
2005-01-19 08:14:52 +01:00
stewart@mysql.com
c71278bda9
Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports-impl3
...
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports-impl4
2005-01-12 18:41:00 +11:00
stewart@mysql.com
ac28b470ee
Impl4 of WL2278 - Dynamic port allocation of cluster nodes
...
When a node restarts it starts over again with fetching the configuration
- It is not sure that it can use the "old dynamically allocated port number" again.
- It should however try to reuse the old one, if not possible it should
allocate a new one. One has to be able to distinguish between portnumbers
specified originally in the config, and ones that has been dynamically added
(the latter may be changed if "busy", but the first cannot be changed).
We use negative portnumbers for ports that are ok to change.
2005-01-12 18:13:54 +11:00
tomas@poseidon.ndb.mysql.com
3577dbe3ff
removed getBaseTable, was wrong and will not work
2005-01-11 18:32:02 +01:00
tomas@poseidon.ndb.mysql.com
d42f92d294
fixed a number of doxygen warnings
2005-01-10 01:25:20 +01:00
tomas@poseidon.ndb.mysql.com
af1dfd74e1
Merge
2005-01-09 23:19:07 +01:00
tomas@poseidon.ndb.mysql.com
06216f6a73
updated ndb_mgm test
...
removed grep event and added congestion event
more docs
changed some naming, expecially regarding severities
added config param for logevel for congestion
2005-01-09 23:02:06 +01:00
jon@gigan.
65e96e5272
Documentation edits/fixes/cleanup for Alcatel docs.
2005-01-10 02:39:36 +10:00
tomas@poseidon.ndb.mysql.com
98c3fa6643
added example of mgmapi usage
...
moved get_configuration to doxygen internal since the "iterators" are not documented
2005-01-09 14:31:54 +01:00
tomas@poseidon.ndb.mysql.com
73401e0f62
added some doxygen docs
...
removed unused error codes
2005-01-09 10:47:47 +01:00
tomas@poseidon.ndb.mysql.com
4f829039d3
updated some mgmapi docs
2005-01-09 00:45:05 +01:00
tomas@poseidon.ndb.mysql.com
d9c5c048ab
fixed some mgmapi docs
...
added example to ndbapi docs
2005-01-08 18:25:41 +01:00
joreland@mysql.com
e4197f2e4f
merge
2004-12-31 10:21:33 +01:00
joreland@mysql.com
8f2d0ec1a1
merge
2004-12-31 06:36:32 +01:00