Skip to content

Commit

Permalink
Removed the prototype mysql module.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdocguard committed Mar 31, 2016
1 parent 5ad6e01 commit 5afd74b
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 773 deletions.
2 changes: 1 addition & 1 deletion contrib/vim/syntax/nginx.vim
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ syn keyword ngxDirectiveError post_action
syn keyword ngxDirectiveDeprecated connections
syn keyword ngxDirectiveDeprecated imap
syn keyword ngxDirectiveDeprecated limit_zone
syn keyword ngxDirectiveDeprecated mysql_test
syn keyword ngxDirectiveDeprecated open_file_cache_retest
syn keyword ngxDirectiveDeprecated optimize_server_names
syn keyword ngxDirectiveDeprecated satisfy_any
Expand Down Expand Up @@ -246,7 +247,6 @@ syn keyword ngxDirective mp4_max_buffer_size
syn keyword ngxDirective msie_padding
syn keyword ngxDirective msie_refresh
syn keyword ngxDirective multi_accept
syn keyword ngxDirective mysql_test
syn keyword ngxDirective open_file_cache
syn keyword ngxDirective open_file_cache_errors
syn keyword ngxDirective open_file_cache_events
Expand Down
2 changes: 0 additions & 2 deletions misc/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ release: export
rm $(TEMP)/$(NGINX)/src/event/modules/ngx_iocp_module.*
rm -r $(TEMP)/$(NGINX)/src/os/win32

rm -r $(TEMP)/$(NGINX)/src/mysql

mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX)
mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX)
mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX)
Expand Down
2 changes: 1 addition & 1 deletion src/core/ngx_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};


Expand Down
3 changes: 1 addition & 2 deletions src/core/ngx_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
#define NGX_LOG_DEBUG_EVENT 0x080
#define NGX_LOG_DEBUG_HTTP 0x100
#define NGX_LOG_DEBUG_MAIL 0x200
#define NGX_LOG_DEBUG_MYSQL 0x400
#define NGX_LOG_DEBUG_STREAM 0x800
#define NGX_LOG_DEBUG_STREAM 0x400

/*
* do not forget to update debug_levels[] in src/core/ngx_log.c
Expand Down
13 changes: 0 additions & 13 deletions src/mysql/config

This file was deleted.

204 changes: 0 additions & 204 deletions src/mysql/ngx_http_mysql_test.c

This file was deleted.

Loading

0 comments on commit 5afd74b

Please sign in to comment.