Skip to content

Commit 08fa02c

Browse files
author
Alexander Barkov
committed
Some MYD files (e.g. in mysql-test/std_data) could erroneously be
treated by git as text files. Marking all MyISAM files as binary in .gitattributes: (*.frm, *.MYD, *.MYI)
1 parent 9da8a8f commit 08fa02c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
# Denote all files that are truly binary and should not be modified.
1717
*.png binary
1818
*.jpg binary
19+
*.frm binary
20+
*.MYD binary
21+
*.MYI binary
1922

2023
*.c diff=cpp
2124
*.h diff=cpp

0 commit comments

Comments
 (0)