1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Always build thread safe client libraries in the distributed build

Add mysqlmanager to binary distribution.
This commit is contained in:
monty@hundin.mysql.fi
2001-10-10 23:44:07 +03:00
parent 440197b600
commit 6265dfccda
5 changed files with 34 additions and 9 deletions

View File

@ -1150,9 +1150,9 @@ static void dumpTable(uint numFields, char *table)
}
if (opt_lock)
fputs("UNLOCK TABLES;\n", md_result_file);
mysql_free_result(res);
if (opt_autocommit)
fprintf(md_result_file, "commit;\n");
mysql_free_result(res);
}
} /* dumpTable */