Commit 08fa02cf authored by Alexander Barkov's avatar Alexander Barkov

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)
parent 9da8a8f9
......@@ -16,6 +16,9 @@
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.frm binary
*.MYD binary
*.MYI binary
*.c diff=cpp
*.h diff=cpp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment