diff options
author | sasha@mysql.sashanet.com <> | 2000-10-16 09:32:14 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-10-16 09:32:14 -0600 |
commit | b8af8fbe1219e0cc2797c47a1d8b7e062879fcfc (patch) | |
tree | c40b4c6623f9a7b9f12d4dfe3a9f09e0804a887b /sql/sql_insert.cc | |
parent | 422979694649ad87e1406a8ea408467cbc4e5d0e (diff) | |
download | mariadb-git-b8af8fbe1219e0cc2797c47a1d8b7e062879fcfc.tar.gz |
RESET MASTER/SLAVE documentation
Diffstat (limited to 'sql/sql_insert.cc')
-rw-r--r-- | sql/sql_insert.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc index 26d110ba31c..b32e5393404 100644 --- a/sql/sql_insert.cc +++ b/sql/sql_insert.cc @@ -315,7 +315,7 @@ int write_record(TABLE *table,COPY_INFO *info) { int error; char *key=0; - + info->records++; if (info->handle_duplicates == DUP_REPLACE) { |