1. 25 Apr, 2016 1 commit
  2. 24 Apr, 2016 1 commit
    • Olivier Bertrand's avatar
      - Fix an error causing MYSQL table to fail saying "no result set" · 26adbb2d
      Olivier Bertrand authored
        when joining a table to a MYSQL indexed table.
        modified:   storage/connect/myconn.cpp
        modified:   storage/connect/myconn.h
        modified:   storage/connect/tabmysql.cpp
      
      - Add more tests to the mysql_index.test file
        modified:   storage/connect/mysql-test/connect/r/mysql_index.result
        modified:   storage/connect/mysql-test/connect/t/mysql_index.test
      
      - Fix and error causing remote indexing to fail when for not unique index.
        Was experienced with MYSQL, ODBC and JDBC tables.
        modified:   storage/connect/connect.cc
      
      - Fix MDEV-9966 (zero lines returned)
        modified:   storage/connect/ha_connect.cc
        modified:   storage/federatedx/ha_federatedx.cc
      26adbb2d
  3. 25 Mar, 2016 3 commits
  4. 24 Mar, 2016 1 commit
  5. 19 Mar, 2016 2 commits
  6. 17 Mar, 2016 1 commit
  7. 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
  8. 20 Feb, 2016 2 commits
  9. 16 Feb, 2016 1 commit
  10. 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
  11. 25 Jan, 2016 2 commits
    • Olivier Bertrand's avatar
      Merge branch 'ob-10.0' into 10.0 · 0bfb5bee
      Olivier Bertrand authored
      0bfb5bee
    • 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
  12. 10 Jan, 2016 1 commit
  13. 09 Jan, 2016 1 commit
  14. 27 Dec, 2015 2 commits
  15. 14 Dec, 2015 2 commits
  16. 13 Dec, 2015 2 commits
  17. 11 Dec, 2015 2 commits
  18. 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
  19. 05 Dec, 2015 3 commits
  20. 04 Dec, 2015 1 commit
  21. 08 Nov, 2015 2 commits
  22. 21 Oct, 2015 2 commits
  23. 20 Oct, 2015 2 commits
  24. 18 Oct, 2015 1 commit