mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
5 lines
107 B
Bash
Executable file
5 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
if [ "$MYSQL_TEST_DIR" ]
|
|
then
|
|
rm -f $MYSQLTEST_VARDIR/tmp/*.frm $MYSQLTEST_VARDIR/tmp/*.MY?
|
|
fi
|