mariadb/ndb/tools
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
..
old_dirs neww ndb automake 2004-05-26 15:36:55 +00:00
restore Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
clean-links.sh Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
delete_all.cpp Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
desc.cpp Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
drop_index.cpp Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
drop_tab.cpp Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
listTables.cpp Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
make-errors.pl Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
make-links.sh Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
Makefile.am merge 2004-12-17 10:36:14 +01:00
ndb_test_platform.cpp ndb_test_platform.cpp: 2004-11-11 16:51:38 +00:00
ndbsql.cpp ndb_init() to all ndb programs 2004-09-15 11:49:18 +02:00
rgrep Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
select_all.cpp Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
select_count.cpp Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00
waiter.cpp Bug#8167 signal usage clash between mysql server and ndb shared memory 2005-01-28 00:42:41 +01:00