mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
410b1dd86d
Bug#16415173 CRLF INSTEAD OF LF IN SQL-BENCH SCRIPTS Correct perms and converts from Windows style to UNIX style line endings on some files. Fix perms on installed ini files. (MySQL 5.5 version)
5 lines
190 B
Bash
Executable file
5 lines
190 B
Bash
Executable file
#! /bin/bash
|
|
|
|
d="$MYSQLTEST_VARDIR/tmp/long_temporary_directory_path_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789"
|
|
test -d "$d" || mkdir "$d"
|
|
rm -f "$d"/*
|