1. 25 Mar, 2016 2 commits
  2. 24 Mar, 2016 1 commit
  3. 19 Mar, 2016 1 commit
  4. 16 Mar, 2016 2 commits
    • Olivier Bertrand's avatar
      - Fix crash when sorting a TBL table with thread=yes. · 66890975
      Olivier Bertrand authored
        This was because Tablist can be NULL when no lacal tables are in the list.
        modified:   storage/connect/tabtbl.cpp
        modified:   storage/connect/mysql-test/connect/r/tbl.result
        modified:   storage/connect/mysql-test/connect/t/tbl.test
      66890975
    • Olivier Bertrand's avatar
      - Fix MDEV-9603 compiler error. · fb9e2fa3
      Olivier Bertrand authored
        modified:   storage/connect/tabmysql.cpp
      
      - Test invalid CSV separator when creating the table (MDEV-9714)
        modified:   storage/connect/ha_connect.cc
      
      - Stop using SQLDescribeParam anymore
        modified:   storage/connect/odbconn.cpp
      
      - Fix MDEV-9723 Regression due to calling Cardinality instead of
        GetMaxSize in info.
        modified:   storage/connect/tabtbl.h
        modified:   storage/connect/mysql-test/connect/r/tbl.result
        modified:   storage/connect/mysql-test/connect/t/tbl.test
      
      - Typo
        modified:   storage/connect/tabodbc.cpp
      fb9e2fa3
  5. 20 Feb, 2016 1 commit
  6. 15 Feb, 2016 1 commit
    • Olivier Bertrand's avatar
      - Fix to MDEV-9542 Connect was not handling NULLs in the answer · 481e6433
      Olivier Bertrand authored
        from catalog functions and tables. It does now and when decimal
        is NULL defines DOUBLE without parameters.
        modified:   storage/connect/ha_connect.cc
        modified:   storage/connect/mysql-test/connect/r/odbc.result
        modified:   storage/connect/mysql-test/connect/r/odbc_oracle.result
        modified:   storage/connect/mysql-test/connect/r/odbc_postgresql.result
        modified:   storage/connect/mysql-test/connect/r/odbc_sqlite3.result
        modified:   storage/connect/mysql-test/connect/r/odbc_xls.result
        modified:   storage/connect/odbconn.cpp
        modified:   storage/connect/table.cpp
        modified:   storage/connect/valblk.h
      481e6433
  7. 25 Jan, 2016 1 commit
    • Olivier Bertrand's avatar
      - Change SQL_NTS to 0 when the string is NULL · 62a5e56c
      Olivier Bertrand authored
        modified:   storage/connect/odbconn.cpp
      
      - Fix to MDEV-9446 (using Json UDFs when CONNECT is not installed)
        modified:   storage/connect/ha_connect.cc
        modified:   storage/connect/jsonudf.cpp
        modified:   storage/connect/jsonudf.h
        modified:   storage/connect/mysql-test/connect/r/json_udf.result
        modified:   storage/connect/mysql-test/connect/t/json_udf.inc
        modified:   storage/connect/mysql-test/connect/t/json_udf.test
        modified:   storage/connect/mysql-test/connect/t/json_udf2.inc
      62a5e56c
  8. 09 Jan, 2016 1 commit
  9. 27 Dec, 2015 1 commit
  10. 14 Dec, 2015 1 commit
  11. 13 Dec, 2015 1 commit
  12. 11 Dec, 2015 1 commit
  13. 08 Dec, 2015 1 commit
    • 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
  14. 05 Dec, 2015 3 commits
  15. 04 Dec, 2015 1 commit
  16. 08 Nov, 2015 1 commit
  17. 21 Oct, 2015 1 commit
  18. 20 Oct, 2015 1 commit
  19. 18 Oct, 2015 1 commit
  20. 16 Sep, 2015 1 commit
  21. 08 Sep, 2015 1 commit
  22. 14 Aug, 2015 1 commit
  23. 11 Aug, 2015 1 commit
  24. 06 Aug, 2015 1 commit
  25. 30 Jul, 2015 1 commit
  26. 22 Jul, 2015 1 commit
  27. 07 Jul, 2015 3 commits
  28. 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
  29. 24 Jun, 2015 1 commit
  30. 05 Jun, 2015 2 commits
  31. 03 Jun, 2015 3 commits