1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

RESET MASTER/SLAVE documentation

This commit is contained in:
sasha@mysql.sashanet.com
2000-10-16 09:32:14 -06:00
parent 4229796946
commit b8af8fbe12
3 changed files with 18 additions and 9 deletions

View File

@ -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)
{