MySQL 5.6.14 Source Code Document
|
Public Attributes | |
ha_rows | records |
ha_rows | deleted |
ha_rows | updated |
ha_rows | copied |
ha_rows | error_count |
ha_rows | touched |
Definition at line 60 of file sql_data_change.h.
ha_rows COPY_INFO::Statistics::copied |
Number of copied records
Definition at line 70 of file sql_data_change.h.
ha_rows COPY_INFO::Statistics::deleted |
Number of deleted records
Definition at line 68 of file sql_data_change.h.
ha_rows COPY_INFO::Statistics::records |
Number of processed records
Definition at line 67 of file sql_data_change.h.
ha_rows COPY_INFO::Statistics::updated |
Number of updated records
Definition at line 69 of file sql_data_change.h.