MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
COPY_INFO::Statistics Class Reference

Public Attributes

ha_rows records
ha_rows deleted
ha_rows updated
ha_rows copied
ha_rows error_count
ha_rows touched

Detailed Description

Definition at line 60 of file sql_data_change.h.

Member Data Documentation

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.


The documentation for this class was generated from the following file: