mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
ndb - autotest
Add shutdown options (so far only SIGKILL), so that there won't be any strace mysqld threads ndb/src/cw/cpcd/APIService.cpp: Add shutdown options (so far only SIGKILL) ndb/src/cw/cpcd/CPCD.hpp: Add shutdown options (so far only SIGKILL) ndb/src/cw/cpcd/Process.cpp: Add shutdown options (so far only SIGKILL) ndb/test/include/CpcClient.hpp: Add shutdown options (so far only SIGKILL) ndb/test/run-test/main.cpp: Add shutdown options (so far only SIGKILL) ndb/test/src/CpcClient.cpp: Add shutdown options (so far only SIGKILL)
This commit is contained in:
@ -56,6 +56,7 @@ public:
|
||||
BaseString m_stdout;
|
||||
BaseString m_stderr;
|
||||
BaseString m_ulimit;
|
||||
BaseString m_shutdown_options;
|
||||
};
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user