summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2015-07-06 12:33:11 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2015-07-06 12:33:11 +0200
commitf07359349f86b29192419adbdd39e55b92c42e22 (patch)
tree39671fe104db02b9b24767f2878268fbe48d95e4 /.gitignore
parent8e524d2f8438699742706417a4b027e6259f0857 (diff)
downloadmariadb-git-f07359349f86b29192419adbdd39e55b92c42e22.tar.gz
Fix loosing result lines when all of this is true:
The table type is MYSQL The query where clause includes an indexed column The where clause contains < or <= operator on this column Change version date modified: storage/connect/ha_connect.cc modified: storage/connect/tabmysql.cpp Add visual studio 2013 files to ignore modified: .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b66c9dff075..946bc25fbe7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -281,6 +281,10 @@ storage/mroonga/mysql-test/mroonga/storage/r/variable_version.result
*.vcproj.*
*.vcproj.*.*
*.vcproj.*.*.*
+*.vcxproj
+*.vcxproj.*
+*.vcxproj.*.*
+*.vcxproj.*.*.*
# Build results
[Dd]ebug/