mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
c43b3af78c
Fixed memory leak when replication restarts in debug mode
5 lines
111 B
Bash
Executable file
5 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
if [ "$MYSQL_TEST_DIR" ]
|
|
then
|
|
rm -f $MYSQL_TEST_DIR/var/tmp/*.frm $MYSQL_TEST_DIR/var/tmp/*.MY?
|
|
fi
|