diff options
Diffstat (limited to 'src/common/sql.c')
-rw-r--r-- | src/common/sql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sql.c b/src/common/sql.c index d00b51694..73c4181d9 100644 --- a/src/common/sql.c +++ b/src/common/sql.c @@ -19,7 +19,7 @@ void hercules_mysql_error_handler(unsigned int ecode); int mysql_reconnect_type; -int mysql_reconnect_count; +unsigned int mysql_reconnect_count; /// Sql handle struct Sql |