summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index da0b2090c97..6608c75a9f5 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -185,9 +185,9 @@ typedef struct st_copy_info {
ha_rows records;
ha_rows deleted;
ha_rows copied;
- ha_rows error;
+ ha_rows error_count;
enum enum_duplicates handle_duplicates;
- int escape_char, errorno;
+ int escape_char, last_errno;
} COPY_INFO;