diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-10-16 09:32:14 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-10-16 09:32:14 -0600 |
commit | 7c96a2529062295ef2379fbd4e387cbc5e5e0b7c (patch) | |
tree | c40b4c6623f9a7b9f12d4dfe3a9f09e0804a887b /sql/sql_insert.cc | |
parent | 9c019f4e4fc4d34f3c82723d1182f0917b9c5360 (diff) | |
download | mariadb-git-7c96a2529062295ef2379fbd4e387cbc5e5e0b7c.tar.gz |
RESET MASTER/SLAVE documentation
Docs/manual.texi:
updates for RESET MASTER/SLAVE
sql/sql_insert.cc:
bk thinks I changed something, probably inserted or deleted a space
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
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) { |