1. 09 May, 2019 3 commits
  2. 08 May, 2019 3 commits
  3. 07 May, 2019 3 commits
  4. 06 May, 2019 4 commits
  5. 03 May, 2019 1 commit
  6. 02 May, 2019 2 commits
  7. 01 May, 2019 3 commits
  8. 30 Apr, 2019 5 commits
  9. 29 Apr, 2019 2 commits
  10. 28 Apr, 2019 6 commits
  11. 27 Apr, 2019 4 commits
  12. 26 Apr, 2019 4 commits
    • Sergei Golubchik's avatar
      CONNECT compilation failure · 5fe0087a
      Sergei Golubchik authored
      5fe0087a
    • Sergei Golubchik's avatar
      f22ed277
    • Sergei Golubchik's avatar
      5.6.43-84.3 · 33d8a283
      Sergei Golubchik authored
      33d8a283
    • Olivier Bertrand's avatar
      Squashed commit of connect/10.0: · e049f923
      Olivier Bertrand authored
      commit ac275d0b4ad (connect/10.0)
      Author: Olivier Bertrand <bertrandop@gmail.com>
      Date:   Wed Mar 27 12:46:20 2019 +0100
      
          Comment out unrecognized command line options: Modified CMakeLists.txt
      
      commit 592f1f75ad6
      Author: Olivier Bertrand <bertrandop@gmail.com>
      Date:   Tue Mar 26 19:52:33 2019 +0100
      
          Replace Command not recognized by CMake modified: CMakeLists.txt
      
      commit 00f72199b16
      Author: Olivier Bertrand <bertrandop@gmail.com>
      Date:   Tue Mar 26 18:15:08 2019 +0100
      
          - Fix MDEV-15793: Server crash in PlugCloseFile with sql_mode=''
            Fixed by replacing sprinf by snprintf in ShowValue to avoid
            buffer overflow. It nows always use a buffer and returns int.
            modified:   storage/connect/tabdos.cpp
            modified:   storage/connect/tabfmt.cpp
            modified:   storage/connect/value.cpp
            modified:   storage/connect/value.h
      
          - Fix MDEV-18292: CONNECT Engine JDBC not able to issue
            simple UPDATE statement from trigger or stored procedure
            Was not fixed when the same table was called several times
            with different modes. Fixed by checking if a new statement
            is compatible in the start_stmt function. It nows do the
            same checks than external_lock.
            modified:   storage/connect/ha_connect.cc
            modified:   storage/connect/ha_connect.h
      
          - typo
            modified:   storage/connect/user_connect.cc
      
          - Fix GetTableName that returned wrong value under Windows
            modified:   storage/connect/ha_connect.cc
      
          - Fix MDEV-13136: enhance CREATE SERVER MyServerName
            FOREIGN DATA WRAPPER to work with CONNECT engine
            modified:   storage/connect/tabjdbc.cpp
      
          - Add a function to retrieve User variable value (DEVELOPMENT only)
            modified:   storage/connect/ha_connect.cc
            modified:   storage/connect/jsonudf.cpp
            modified:   storage/connect/jsonudf.h
            modified:   storage/connect/tabjdbc.cpp
      
          - Fix MDEV-18192: CONNECT Engine JDBC not able to issue
            simple UPDATE statement from trigger or stored procedure
            modified:   storage/connect/tabext.cpp
            modified:   storage/connect/tabext.h
            modified:   storage/connect/tabjdbc.cpp
      
          - Enable CONNECT tables to have triggers
            Update version number
            modified:   storage/connect/ha_connect.cc
      
          - Make user and password defined in CREATE TABLE have precedence on
            the ones specified in a Federated Server.
            modified:   storage/connect/tabjdbc.cpp
      
          - JSONColumns: Copy locally constant strings to fix error in OEM modules
            modified:   storage/connect/tabjson.cpp
      
      commit 99de7f4e486
      Author: Olivier Bertrand <bertrandop@gmail.com>
      Date:   Sun Jan 27 15:16:15 2019 +0100
      
          - Fix MDEV-18192: CONNECT Engine JDBC not able to issue
            simple UPDATE statement from trigger or stored procedure
            modified:   storage/connect/tabext.cpp
            modified:   storage/connect/tabext.h
            modified:   storage/connect/tabjdbc.cpp
      
          - Enable CONNECT tables to have triggers
            Update version number
            modified:   storage/connect/ha_connect.cc
      
          - Make user and password defined in CREATE TABLE have precedence on
            the ones specified in a Federated Server.
            modified:   storage/connect/tabjdbc.cpp
      
          - JSONColumns: Copy locally constant strings to fix error in OEM modules
            modified:   storage/connect/tabjson.cpp
      e049f923