1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Don't allow BACKUP TABLE to overwrite files

Fixed memory leak when replication restarts in debug mode
This commit is contained in:
monty@narttu.mysql.fi
2003-03-10 11:22:37 +02:00
parent 8c51eb2c12
commit c43b3af78c
8 changed files with 98 additions and 71 deletions

5
mysql-test/t/backup-master.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
if [ "$MYSQL_TEST_DIR" ]
then
rm -f $MYSQL_TEST_DIR/var/tmp/*.frm $MYSQL_TEST_DIR/var/tmp/*.MY?
fi