diff src/core/ngx_log.c @ 6484:4b420f9c4c5d

Removed the prototype mysql module.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 31 Mar 2016 22:33:26 +0300
parents 2cd019520210
children f18db38a9826
line wrap: on
line diff
--- a/src/core/ngx_log.c
+++ b/src/core/ngx_log.c
@@ -86,7 +86,7 @@ static ngx_str_t err_levels[] = {
 
 static const char *debug_levels[] = {
     "debug_core", "debug_alloc", "debug_mutex", "debug_event",
-    "debug_http", "debug_mail", "debug_mysql", "debug_stream"
+    "debug_http", "debug_mail", "debug_stream"
 };