1. 06 May, 2019 2 commits
    • Eugene Kosov's avatar
      MDEV-18214 remove some duplicated MONITOR counters · c83f8370
      Eugene Kosov authored
      MONITOR_PENDING_LOG_WRITE
      MONITOR_PENDING_CHECKPOINT_WRITE
      MONITOR_LOG_IO: read values from log_t members instead of updating own
      monitor variables
      c83f8370
    • Eugene Kosov's avatar
      MDEV-19399 do not call slow my_timer_init() several times · 8dc670a5
      Eugene Kosov authored
      No functional change.
      
      Call my_timer_init() only once and then reuse it from InnoDB and
      perfschema storage engines.
      
      This patch speeds up empty test for me like this:
      ./mtr -mem innodb.kevg,xtradb  1.21s user 0.84s system 34% cpu 5.999 total
      ./mtr -mem innodb.kevg,xtradb  1.12s user 0.60s system 31% cpu 5.385 total
      8dc670a5
  2. 03 May, 2019 1 commit
  3. 02 May, 2019 2 commits
  4. 01 May, 2019 3 commits
  5. 30 Apr, 2019 5 commits
  6. 29 Apr, 2019 2 commits
  7. 28 Apr, 2019 6 commits
  8. 27 Apr, 2019 4 commits
  9. 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
  10. 25 Apr, 2019 5 commits