Commit graph

83 commits

Author SHA1 Message Date
tomas@poseidon.ndb.mysql.com
1a94812b7b updated logevent example
added handling of Arbit log events
2005-01-25 13:08:21 +01:00
tomas@poseidon.ndb.mysql.com
0a857aca57 WL#2299, structured log events 2005-01-19 08:14:52 +01: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
stewart@mysql.com
d737ba981e Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-port
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports-impl2
2004-12-30 11:59:23 +11:00
stewart@mysql.com
b42337bb68 Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-port
2004-12-30 11:56:55 +11:00
jon@gigan.
f2596861c3 Got rid of <code> tags in doxygen comments for mgmapi.h
and ndbapi.hpp as they look like crap when converted 
to PDF.
2004-12-30 00:44:59 +10:00
stewart@mysql.com
0b82949b6e Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-port
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports-impl2
2004-12-29 10:23:49 +11:00
stewart@mysql.com
6817a8e6bb Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-port
2004-12-29 10:20:46 +11:00
jon@gigan.
b8ce3833a7 mgmapi.h, Ndb.hpp: Various fixes in Doxygen comments 2004-12-28 04:27:51 +10:00
jon@gigan.
a4ee32c4cb mgmapi.h: Trying the HTML formatting commands for Doxygen again... 2004-12-28 02:40:25 +10:00
jon@gigan.
66aef95b17 Removing HTML formatting from mgmapi.h to see
if this is causing the failure with perl and 
doxygen...
2004-12-28 02:20:57 +10:00
jon@gigan.
d146e812b8 Testing formatting commands for Doxygen (in mgmapi.h). 2004-12-28 02:12:06 +10:00
jon@gigan.
937190d3fb For generated NDB documentation:
Some grammar/spelling fixes in mgmapi.h; 
also some tests of formatting commands.
2004-12-28 01:39:03 +10:00
stewart@mysql.com
a8d3e0339b Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-port
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports-impl2
2004-12-24 12:22:30 +11:00
stewart@mysql.com
749db4d4d3 Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-port
2004-12-24 12:18:21 +11:00
tomas@poseidon.ndb.mysql.com
89c037b2a9 backwards compatible name change NdbConnectionto NdbTransaction
removed friend declarations from doxygen
updated some documentation in mgmapi
2004-12-23 11:21:01 +01:00
stewart@mysql.com
dc103d9418 Impl 2 of WL2278 - Dynamic port allocation of cluster nodes.
In "client connect thread", let the client read the port to connect to using
ndb_mgm_get_connection_int_parameter.

The request for the port is resent on every connect attempt.
2004-12-23 16:23:32 +11:00
tomas@poseidon.ndb.mysql.com
7b47be8990 added config parameter Group on connection
moved NdbWaiter, m_ndb_cluster_connection, to impl class
    moved node selection things to cluster connection
    moved all private things to impl class
    added opts for shared memory and node selection
    changed opts handling somewhat; introduced enum for options and common handling of option variables
    added checks for transporter support
    automatic addition of shared mem transporters
    moved wait_until_ready code to cluster connection
    added control of usage of new node selection method
2004-12-20 12:36:14 +01:00
stewart@mysql.com
a7608be233 Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-port
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports-impl2
2004-12-20 12:31:45 +11:00
stewart@mysql.com
4382caa0fb Part 1 of impl2 of WL2278 (Dynamic port allocation of cluster nodes).
Implementation of "get connection parameter" mgmd call for getting from mgmd what port to use for a connection between two nodes.

(The actual use of this function is not yet implemented)
2004-12-20 12:24:40 +11:00
stewart@mysql.com
6cd660dc1a Merge 5.0-ndb into local, resolve conflicts 2004-12-20 11:32:08 +11:00
joreland@mysql.com
cfa20fbaa6 merge 2004-12-17 10:36:14 +01:00
joreland@mysql.com
5fe332db5e merge 2004-12-16 22:42:27 +01:00
stewart@mysql.com
5fe15b8243 Most of impl 1, "report port" of WL2278.
Add facility to report back to ndb_mgmd what port was used for a connection.

We do not actually do the reporting back yet.
2004-12-13 15:30:13 +11:00
tomas@poseidon.ndb.mysql.com
afa5a6a7bf fix bug#7193
added start backup parameter to enable setting wait state
    and set different timeouts depending on waitstate
    moved listen of backup event out of backup and into separete thread
    thread created at connect() and destroyed at disconnect()
    added start backup command options "nowait" "wait completed" "wait started"
    fixed log level settings
2004-12-13 00:48:06 +01:00
tomas@poseidon.ndb.mysql.com
2677c34b82 fixed clusterlog "filter" command 2004-12-07 09:11:50 +00: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
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
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
joreland@mysql.com
6b2b1b8e81 merge 2004-11-16 07:22:30 +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
joreland@mysql.com
b2ff852c62 Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/wl1744
2004-11-10 21:53:21 +01:00
joreland@mysql.com
31303bd0de wl1744 - win compile fixes 2004-11-10 00:39:12 +01:00
joreland@mysql.com
432c12de86 wl1744 - fix compiler problems 2004-11-10 00:13:26 +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
tomas@poseidon.ndb.mysql.com
5037886d14 removing compiler warnings 2004-10-22 16:21:51 +00: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
pekka@mysql.com
1778ac4fcf NDB ndb_mgm: fix dump and signal log (more to do) 2004-10-10 17:38:14 +02:00
tomas@poseidon.ndb.mysql.com
8c617f1369 config parameter changed 2004-09-21 17:31:01 +00:00