1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-06 13:10:12 +03:00

several config fixes for ndb, see respective file

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-06-28 17:29:58 +00:00
parent 26108724bf
commit f0ccb88e0d
22 changed files with 265 additions and 135 deletions

View File

@@ -1350,15 +1350,6 @@ EventLogger::EventLogger() : Logger(), m_logLevel(), m_filterLevel(15)
EventLogger::~EventLogger()
{
}
bool
EventLogger::open()
{
char clusterLog[128];
NdbConfig_ClusterLogFileName(clusterLog, 128);
return open(clusterLog);
}
bool