Comment 4 for bug 692544

Revision history for this message
Liang Xie (xieliang007) wrote :

Per Daniël van Eeden, i modified as following and looks OK to me now:

diff src/load.c ~/load.c
188,192c188
< if(mysql_errno(mysql) == 2003 || mysql_errno(mysql) == 2002){
< goto Error_SqlCall;
< }else{
< goto Error_SqlCall_close;
< }
---
> goto Error_SqlCall_close;