1. 24 Feb, 2015 1 commit
  2. 23 Feb, 2015 1 commit
  3. 20 Feb, 2015 1 commit
  4. 19 Feb, 2015 8 commits
  5. 18 Feb, 2015 9 commits
  6. 17 Feb, 2015 2 commits
  7. 13 Feb, 2015 1 commit
  8. 12 Feb, 2015 2 commits
  9. 11 Feb, 2015 1 commit
    • Olivier Bertrand's avatar
      - Adding json udf's. Making the second version of json tables. · dcfe068d
      Olivier Bertrand authored
      added:
        storage/connect/jsonudf.cpp
      modified:
        storage/connect/CMakeLists.txt
        storage/connect/json.cpp
        storage/connect/json.h
        storage/connect/tabjson.cpp
        storage/connect/tabjson.h
      
      - Fix utf8 issues with PROXY tables
      modified:
        storage/connect/ha_connect.cc
        storage/connect/tabutil.cpp
        storage/connect/tabutil.h
      dcfe068d
  10. 10 Feb, 2015 3 commits
  11. 08 Feb, 2015 2 commits
  12. 07 Feb, 2015 1 commit
    • Olivier Bertrand's avatar
      - Modify the connect_type_conv and connect_conv_size variables. · 35548d57
      Olivier Bertrand authored
        They were global (read-only) now they are session (not read-only)
      modified:
        storage/connect/checklvl.h
        storage/connect/ha_connect.cc
        storage/connect/myconn.cpp
        storage/connect/myutil.cpp
        storage/connect/tabutil.cpp
      
      - Suppress the compver variable on Linux compile. Was not
        debian reproductible because using __DATE__ and __TIME__ macros.
      modified:
        storage/connect/ha_connect.cc
      
      - ODBC LONGVARVAR type conversion now uses connect_conv_size.
      modified:
        storage/connect/odbconn.cpp
      35548d57
  13. 06 Feb, 2015 2 commits
    • Igor Babaev's avatar
      Merge · ffd2996e
      Igor Babaev authored
      ffd2996e
    • Igor Babaev's avatar
      Fixed bug mdev-7316. · 587c7208
      Igor Babaev authored
      The function table_cond_selectivity() should take into account that condition selectivity
      for some fields can be set to 0.
      587c7208
  14. 02 Feb, 2015 2 commits
  15. 01 Feb, 2015 1 commit
  16. 31 Jan, 2015 1 commit
    • Olivier Bertrand's avatar
      - Add the possibility to establish an ODBC connection via SQLConnect (the · 180b2be6
      Olivier Bertrand authored
        default being still to use SQLDriverConnect)
      modified:
        storage/connect/ha_connect.cc
        storage/connect/odbccat.h
        storage/connect/odbconn.cpp
        storage/connect/odbconn.h
        storage/connect/tabodbc.cpp
        storage/connect/tabodbc.h
      
      - Cardinality testing not possible for TBL tables
      modified:
        storage/connect/tabtbl.cpp
      
      - Make all line ending LF instead of CRLF
      modified:
        storage/connect/tabjson.cpp
      180b2be6
  17. 30 Jan, 2015 2 commits