drizzle-nginx-module icon indicating copy to clipboard operation
drizzle-nginx-module copied to clipboard

an nginx upstream module that talks to mysql and drizzle by libdrizzle

Results 15 drizzle-nginx-module issues
Sort by recently updated
recently updated
newest added

My project need ssl connection with mysql. Will drizzle_nginx_module support ssl connection to mysql? Or how can I deal with the code to make it done?

nginx的drizzle中,获取(查询)多个列值时报错如下 **\* glibc detected **\* /root/work/nginx: double free or corruption (!prev): 0x000000000543a9e0 *** ngx_http_upstream_drizzle_send_query--》ngx_http_upstream_drizzle_recv_cols 在ngx_http_upstream_drizzle_recv_cols函数中调用drizzle_column_free报错!两次释放同一地址。

in v1.1.0 conf is upstream dns_backend { drizzle_server 10.232.31.89:3306; drizzle_keepalive max=70 mode=single overflow=ignore; } we find that the connection can be only used once. and the error log says "BROKEN...

like: set $my_sql 'call p_query()'; drizzle_query $my_sql;