1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

WL4403: --general_log and --slow_query_log don't turn on the logging.

Fixed a compilation warning
This commit is contained in:
Georgi Kodinov
2008-10-09 13:39:42 +03:00
parent 5cbb580d88
commit ff3b524820
2 changed files with 1 additions and 4 deletions

View File

@ -1010,6 +1010,7 @@ show_system_thread(enum_thread_type thread)
RETURN_NAME_AS_STRING(SYSTEM_THREAD_EVENT_WORKER);
}
#undef RETURN_NAME_AS_STRING
return "UNKNOWN"; /* keep gcc happy */
}
/**