errno fix

This commit is contained in:
SJ
2014-07-10 10:20:17 +02:00
parent 5abff0fe48
commit 0ff5ab90a4
3 changed files with 7 additions and 7 deletions

View File

@@ -213,7 +213,7 @@ struct session_data {
int journal_envelope_length, journal_bottom_length;
#ifdef NEED_MYSQL
MYSQL mysql;
unsigned int errno;
unsigned int mysql_errno;
#endif
#ifdef NEED_PSQL
PGconn *psql;