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:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user