mariadb/ndb/include
unknown df7bb879cd 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


ndb/include/Makefile.am:
  added common defaults file
ndb/include/mgmapi/mgmapi_config_parameters.h:
  added shared memory config parameter, signum for use in signalling
ndb/include/transporter/TransporterDefinitions.hpp:
  added shared memory config parameter, signum for use in signalling
ndb/include/util/ndb_opts.h:
  simplified common ndb client option handling
ndb/src/common/mgmcommon/IPCConfig.cpp:
  added shared memory config parameter, signum for use in signalling
ndb/src/common/portlib/NdbThread.c:
  added global variable for holdign signum to be used for shared memory connection
  only block signals if shared memory is used
ndb/src/common/transporter/SHM_Transporter.cpp:
  use signum in new global variable for shared memory signalling
ndb/src/common/transporter/TransporterRegistry.cpp:
  use signum in new global variable for shared memory signalling
  only fiddle with signals if it is set
ndb/src/cw/cpcd/main.cpp:
  ndb_opts not really used
ndb/src/kernel/vm/Configuration.cpp:
  simplified common ndb client option handling
ndb/src/mgmclient/main.cpp:
  simplified common ndb client option handling
ndb/src/mgmsrv/ConfigInfo.cpp:
  added shared memory config parameter, signum for use in signalling
ndb/src/mgmsrv/main.cpp:
  simplified common ndb client option handling
ndb/tools/delete_all.cpp:
  simplified common ndb client option handling
ndb/tools/desc.cpp:
  simplified common ndb client option handling
ndb/tools/drop_index.cpp:
  simplified common ndb client option handling
ndb/tools/drop_tab.cpp:
  simplified common ndb client option handling
ndb/tools/listTables.cpp:
  simplified common ndb client option handling
ndb/tools/restore/restore_main.cpp:
  simplified common ndb client option handling
ndb/tools/select_all.cpp:
  simplified common ndb client option handling
ndb/tools/select_count.cpp:
  simplified common ndb client option handling
ndb/tools/waiter.cpp:
  simplified common ndb client option handling
2005-01-28 00:42:41 +01:00
..
debugger merge 2004-12-17 10:36:14 +01:00
editline Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
kernel bug#7777 - ndb compile on qnx 2005-01-19 09:15:34 +01:00
logger fixed so that last repeats are printed first with correct time if another message comes 2004-12-22 22:47:56 +01:00
mgmapi Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
mgmcommon merge 2004-12-17 10:36:14 +01:00
ndbapi Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
newtonapi portability/autoconf fixes and removed warnings 2004-05-12 06:24:12 +02:00
portlib merge 2004-11-16 07:22:30 +01:00
transporter Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
util Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
Makefile.am Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
ndb_global.h.in bug#7777 - ndb compile on qnx 2005-01-19 09:15:34 +01:00
ndb_init.h added ndb_init.h to distribution 2004-12-21 10:37:12 +01:00
ndb_net.h lots of HAVE_ and some ndb_global fixes for ndb subtree 2004-05-11 14:39:17 +02:00
ndb_types.h bug#7626 - post review version 2005-01-03 20:10:23 +01:00
ndb_version.h.in wl1744 - ndb windows port 2004-11-10 21:43:12 +01:00