1. 29 Apr, 2019 1 commit
  2. 28 Apr, 2019 6 commits
  3. 27 Apr, 2019 4 commits
  4. 26 Apr, 2019 10 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
    • Sergei Golubchik's avatar
      Merge branch 'merge-pcre' into 10.1 · 52eb4f17
      Sergei Golubchik authored
      52eb4f17
    • Marko Mäkelä's avatar
      Merge 5.5 into 10.1 · 1389c94b
      Marko Mäkelä authored
      1389c94b
    • Marko Mäkelä's avatar
      MDEV-15772: Clean up the test · 92644688
      Marko Mäkelä authored
      Before killing the server, we must issue FLUSH TABLES in order
      to cleanly close any MyISAM system tables, to avoid warnings about
      them when restarting.
      92644688
    • Sergei Golubchik's avatar
      Merge branch '5.5' into 10.1 · 2ce52790
      Sergei Golubchik authored
      2ce52790
    • Sergei Golubchik's avatar
      8.43 · 879f7e85
      Sergei Golubchik authored
      879f7e85
    • Sergei Golubchik's avatar
      fix the test for embedded · 757daa41
      Sergei Golubchik authored
      757daa41
  5. 25 Apr, 2019 11 commits
  6. 24 Apr, 2019 8 commits