diff options
author | Terje Rosten <terje.rosten@oracle.com> | 2014-06-25 12:35:50 +0200 |
---|---|---|
committer | Terje Rosten <terje.rosten@oracle.com> | 2014-06-25 12:35:50 +0200 |
commit | 410b1dd86d18b87f95d690b2aa2c4fec6b62166d (patch) | |
tree | 11baaedbb73a5a6d6ab92ad727806313998b9251 /sql-bench/graph-compare-results.sh | |
parent | 0bbd354bdad77603f4b0afa7622e7d3f5b2d76af (diff) | |
download | mariadb-git-410b1dd86d18b87f95d690b2aa2c4fec6b62166d.tar.gz |
Bug#16395459 TEST AND RESULT FILES WITH EXECUTE BIT
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)
Diffstat (limited to 'sql-bench/graph-compare-results.sh')
-rwxr-xr-x[-rw-r--r--] | sql-bench/graph-compare-results.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql-bench/graph-compare-results.sh b/sql-bench/graph-compare-results.sh index 317ef583886..c5ba68655cc 100644..100755 --- a/sql-bench/graph-compare-results.sh +++ b/sql-bench/graph-compare-results.sh @@ -1,3 +1,5 @@ +#! /usr/bin/perl + #### #### Hello ... this is a heavily hacked script by Luuk #### instead of printing the result it makes a nice gif |