mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
actions for bug
#2709 Affected Rows for ON DUPL. KEY undocumented, perheps illogical 1. added COPY_INFO::updated to work with it in 'insert .. on duplicate' instead of COPY_INFO::deleted 2. added affected rows to output of "info:" in mysqltest.c
This commit is contained in:
@ -194,6 +194,7 @@ public:
|
||||
typedef struct st_copy_info {
|
||||
ha_rows records;
|
||||
ha_rows deleted;
|
||||
ha_rows updated;
|
||||
ha_rows copied;
|
||||
ha_rows error_count;
|
||||
enum enum_duplicates handle_duplicates;
|
||||
|
Reference in New Issue
Block a user