comparison src/core/ngx_log.h @ 6484:4b420f9c4c5d

Removed the prototype mysql module.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 31 Mar 2016 22:33:26 +0300
parents db138b3b645e
children f18db38a9826
comparison
equal deleted inserted replaced
6483:3a50ccd94333 6484:4b420f9c4c5d
27 #define NGX_LOG_DEBUG_ALLOC 0x020 27 #define NGX_LOG_DEBUG_ALLOC 0x020
28 #define NGX_LOG_DEBUG_MUTEX 0x040 28 #define NGX_LOG_DEBUG_MUTEX 0x040
29 #define NGX_LOG_DEBUG_EVENT 0x080 29 #define NGX_LOG_DEBUG_EVENT 0x080
30 #define NGX_LOG_DEBUG_HTTP 0x100 30 #define NGX_LOG_DEBUG_HTTP 0x100
31 #define NGX_LOG_DEBUG_MAIL 0x200 31 #define NGX_LOG_DEBUG_MAIL 0x200
32 #define NGX_LOG_DEBUG_MYSQL 0x400 32 #define NGX_LOG_DEBUG_STREAM 0x400
33 #define NGX_LOG_DEBUG_STREAM 0x800
34 33
35 /* 34 /*
36 * do not forget to update debug_levels[] in src/core/ngx_log.c 35 * do not forget to update debug_levels[] in src/core/ngx_log.c
37 * after the adding a new debug level 36 * after the adding a new debug level
38 */ 37 */