mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
5c4937c101
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"/*
|