diff options
Diffstat (limited to 'src/interfaces/odbc/qresult.h')
-rw-r--r-- | src/interfaces/odbc/qresult.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/qresult.h b/src/interfaces/odbc/qresult.h index aca89b575e2..7da2a0201ec 100644 --- a/src/interfaces/odbc/qresult.h +++ b/src/interfaces/odbc/qresult.h @@ -46,6 +46,7 @@ struct QResultClass_ * (backend) */ /* Stuff for declare/fetch tuples */ + int count_allocated; /* m(re)alloced count */ int fetch_count; /* logical rows read so far */ int fcount; /* actual rows read in the fetch */ int currTuple; |