1. 27 Dec, 2015 2 commits
  2. 14 Dec, 2015 2 commits
  3. 13 Dec, 2015 2 commits
  4. 11 Dec, 2015 2 commits
  5. 08 Dec, 2015 2 commits
    • Olivier Bertrand's avatar
      Commiting merge from ob-10.0 · f657aab9
      Olivier Bertrand authored
      f657aab9
    • Olivier Bertrand's avatar
      - Serialize: Protect again eventual longjmp's. · 8ba013a2
      Olivier Bertrand authored
      Always return NULL on error.
      Adding also the file length.
        modified:   storage/connect/json.cpp
        modified:   storage/connect/jsonudf.cpp
      
      - JSONCOL::WriteColumn Add types SHORT and BIGINT as accepted
        modified:   storage/connect/tabjson.cpp
      
      - TDBJSN: Make this type use a separate storage for Json parsing
      and retrieve this memory between each rows. This is necessary
      to be able to handle big tables. See MDEV-9228.
        modified:   storage/connect/tabjson.cpp
        modified:   storage/connect/tabjson.h
      8ba013a2
  6. 05 Dec, 2015 3 commits
  7. 04 Dec, 2015 1 commit
  8. 08 Nov, 2015 2 commits
  9. 21 Oct, 2015 2 commits
  10. 20 Oct, 2015 2 commits
  11. 18 Oct, 2015 2 commits
  12. 16 Sep, 2015 2 commits
  13. 08 Sep, 2015 2 commits
  14. 14 Aug, 2015 2 commits
  15. 11 Aug, 2015 1 commit
  16. 08 Aug, 2015 1 commit
  17. 06 Aug, 2015 1 commit
  18. 30 Jul, 2015 2 commits
  19. 28 Jul, 2015 1 commit
  20. 22 Jul, 2015 1 commit
  21. 09 Jul, 2015 1 commit
  22. 07 Jul, 2015 3 commits
  23. 06 Jul, 2015 1 commit
    • Olivier Bertrand's avatar
      Fix loosing result lines when all of this is true: · f0735934
      Olivier Bertrand authored
        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
      f0735934