Fixes for

- CONPY-15: executeMany fallback doesn't set lastrowid
- CONPY-14: execute_many_fallback doesn't set rowcount
This commit is contained in:
Georg Richter
2018-07-30 07:58:00 +02:00
parent c19b0f0404
commit 09a51f66ae
4 changed files with 62 additions and 14 deletions

View File

@ -129,7 +129,6 @@ typedef struct {
MrdbParamInfo *paraminfo;
MrdbParamValue *value;
MYSQL_BIND *params;
uint64_t lastrowid;
MYSQL_BIND *bind;
MYSQL_FIELD *fields;
char *statement;
@ -141,6 +140,7 @@ typedef struct {
unsigned long prefetch_rows;
unsigned long cursor_type;
int64_t affected_rows;
int64_t row_count;
unsigned long row_number;
uint8_t is_prepared;
uint8_t is_buffered;