Skip to content

Commit 5c4937c

Browse files
committed
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)
1 parent a44b4a1 commit 5c4937c

23 files changed

Lines changed: 699 additions & 691 deletions

mysql-test/collections/default.weekly

100755100644
File mode changed.

mysql-test/r/lowercase_table4.result

100755100644
File mode changed.

mysql-test/suite/innodb/r/innodb_bug57904.result

100755100644
File mode changed.

mysql-test/suite/innodb/r/innodb_bug60196.result

100755100644
File mode changed.

mysql-test/suite/innodb/t/innodb_bug57904.test

100755100644
File mode changed.

mysql-test/suite/innodb/t/innodb_bug60196-master.opt

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--lower-case-table-names=2
1+
--lower-case-table-names=2

mysql-test/suite/innodb/t/innodb_bug60196.test

100755100644
File mode changed.

mysql-test/t/long_tmpdir-master.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /bin/bash
2+
13
d="$MYSQLTEST_VARDIR/tmp/long_temporary_directory_path_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789"
24
test -d "$d" || mkdir "$d"
35
rm -f "$d"/*

mysql-test/t/lowercase_mixed_tmpdir-master.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /bin/bash
2+
13
# This test requires a non-lowercase tmpdir directory on a case-sensitive
24
# filesystem.
35

mysql-test/t/lowercase_table4-master.opt

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--lower-case-table-names=2
1+
--lower-case-table-names=2

0 commit comments

Comments
 (0)