1. 25 Feb, 2015 2 commits
  2. 24 Feb, 2015 2 commits
  3. 23 Feb, 2015 1 commit
  4. 22 Feb, 2015 1 commit
    • Olivier Bertrand's avatar
      - Add new Json UDF's Json_Array_Add, Json_Array_Grp and Json_Object_Grp. · a736e63f
      Olivier Bertrand authored
        Handle longjmp's raised during json processing.
      modified:
        storage/connect/global.h
        storage/connect/ha_connect.cc
        storage/connect/json.cpp
        storage/connect/jsonudf.cpp
      
      - Fix wrong references to the suppressed g->Trace variables.
      modified:
        storage/connect/global.h
        storage/connect/plugutil.c
        storage/connect/tabjson.cpp
        storage/connect/tabodbc.cpp
      a736e63f
  5. 20 Feb, 2015 1 commit
  6. 19 Feb, 2015 8 commits
  7. 18 Feb, 2015 9 commits
  8. 17 Feb, 2015 2 commits
  9. 13 Feb, 2015 1 commit
  10. 12 Feb, 2015 2 commits
  11. 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
  12. 10 Feb, 2015 3 commits
  13. 08 Feb, 2015 2 commits
  14. 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
  15. 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
  16. 02 Feb, 2015 2 commits