mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
changed to same signature as rest of print functions
provite declarations for signal print functions, needed on some platforms
ome platforms don't like the length calculation for SignalDataPrintFunction
so null terminate instead
ome platforms complain about this extra level Logger::Logger::
null terminate SignalDataPrintFunctions instead
move declaration of print function to SignalData.hpp
just change from "" to <> in include
moved double declatration of i out
This commit is contained in:
@@ -1306,7 +1306,7 @@ EventLogger::getText(char * m_text, size_t m_text_len,
|
||||
EventLogger::EventLogger() : m_filterLevel(15)
|
||||
{
|
||||
setCategory("EventLogger");
|
||||
enable(Logger::Logger::LL_INFO, Logger::Logger::LL_ALERT);
|
||||
enable(Logger::LL_INFO, Logger::LL_ALERT);
|
||||
}
|
||||
|
||||
EventLogger::~EventLogger()
|
||||
|
||||
Reference in New Issue
Block a user