mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
a392c79552
- Apply to ODBC tables as well as MYSQL tables - Fix and enhance the CheckCond routine Make ReadKey and MakeKeyWhere handle all conditions modified: storage/connect/.gitattributes modified: storage/connect/.gitignore modified: storage/connect/connect.cc modified: storage/connect/connect.h modified: storage/connect/ha_connect.cc modified: storage/connect/ha_connect.h modified: storage/connect/mycat.cc modified: storage/connect/tabmysql.cpp modified: storage/connect/tabmysql.h modified: storage/connect/tabodbc.cpp modified: storage/connect/tabodbc.h modified: storage/connect/xobject.cpp modified: storage/connect/xobject.h modified: storage/connect/xtable.h Add some new tests: storage/connect/mysql-test/connect/r/endian.result storage/connect/mysql-test/connect/r/mysql_index.result storage/connect/mysql-test/connect/t/endian.test storage/connect/mysql-test/connect/t/mysql_index.test
27 lines
652 B
Text
27 lines
652 B
Text
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
|
# to native line endings on checkout.
|
|
*.c text
|
|
*.cc text
|
|
*.cpp text
|
|
*.h text
|
|
*.test text
|
|
|
|
# Declare files that will always have LF line endings on checkout.
|
|
*.result text eol=lf
|
|
|
|
# Denote files that should not be modified.
|
|
mysql-test/connect/std_data/*.txt binary
|
|
mysql-test/connect/std_data/*.dat binary
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|
|
|
|
*.c diff=cpp
|
|
*.h diff=cpp
|
|
*.cc diff=cpp
|
|
*.ic diff=cpp
|
|
*.cpp diff=cpp
|