added errno support for prepared statement execution

This commit is contained in:
SJ
2014-07-10 09:55:07 +02:00
parent d73a38830d
commit 5abff0fe48
3 changed files with 10 additions and 2 deletions

View File

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