mirror of
https://github.com/MariaDB/server.git
synced 2025-04-26 11:49:09 +03:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
if [ "$MYSQL_TEST_DIR" ]
|
|
then
|
|
rm -f $MYSQLTEST_VARDIR/tmp/*.frm $MYSQLTEST_VARDIR/tmp/*.MY?
|
|
fi
|