From 410b1dd86d18b87f95d690b2aa2c4fec6b62166d Mon Sep 17 00:00:00 2001 From: Terje Rosten Date: Wed, 25 Jun 2014 12:35:50 +0200 Subject: 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) --- sql-bench/graph-compare-results.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 sql-bench/graph-compare-results.sh (limited to 'sql-bench/graph-compare-results.sh') diff --git a/sql-bench/graph-compare-results.sh b/sql-bench/graph-compare-results.sh old mode 100644 new mode 100755 index 317ef583886..c5ba68655cc --- 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 -- cgit v1.2.1