comparison 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
comparison
equal deleted inserted replaced
6483:3a50ccd94333 6484:4b420f9c4c5d
84 ngx_string("debug") 84 ngx_string("debug")
85 }; 85 };
86 86
87 static const char *debug_levels[] = { 87 static const char *debug_levels[] = {
88 "debug_core", "debug_alloc", "debug_mutex", "debug_event", 88 "debug_core", "debug_alloc", "debug_mutex", "debug_event",
89 "debug_http", "debug_mail", "debug_mysql", "debug_stream" 89 "debug_http", "debug_mail", "debug_stream"
90 }; 90 };
91 91
92 92
93 #if (NGX_HAVE_VARIADIC_MACROS) 93 #if (NGX_HAVE_VARIADIC_MACROS)
94 94