1. 22 May, 2018 9 commits
    • Sergei Golubchik's avatar
      promote the server to "stable" · 037df418
      Sergei Golubchik authored
      037df418
    • Sergei Golubchik's avatar
      promote Spider to "stable" · 82e9b49f
      Sergei Golubchik authored
      82e9b49f
    • Sergei Golubchik's avatar
    • Eugene Kosov's avatar
      MDEV-15380 Index for versioned table gets corrupt after partitioning and DELETE · aa5683d1
      Eugene Kosov authored
      In a test case Update occurs between Search and Delete/Update. This corrupts rowid
      which Search saves for Delete/Update. Patch prevents this by using of
      HA_EXTRA_REMEMBER_POS and HA_EXTRA_RESTORE_POS in a partition code.
      
      This situation possibly occurs only with system versioning table and partition.
      MyISAM and Aria engines are affected.
      
      fix by midenok
      Closes #705
      aa5683d1
    • Sergei Golubchik's avatar
      Merge branch 'github/10.2' into 10.3 · 4ec8598c
      Sergei Golubchik authored
      4ec8598c
    • Alexander Barkov's avatar
      A cleanup for MDEV-15818 Fix shift-reduce conflicts in the new 10.3 syntax · fe3bf136
      Alexander Barkov authored
      Fixing PERIOD to PERIOD_SYM in the %left command.
      fe3bf136
    • Jacob Mathew's avatar
      MDEV-12900: spider tests failed in buildbot with valgrind · afe5a51c
      Jacob Mathew authored
      The failures with valgrind occur as a result of Spider sometimes using the
      wrong transaction for operations in background threads that send requests to
      the data nodes.  The use of the wrong transaction caused the networking to the
      data nodes to use the wrong thread in some cases.  Valgrind eventually
      detects this when such a thread is destroyed before it is used to disconnect
      from the data node by that wrong transaction when it is freed.
      
      I have fixed the problem by correcting the transaction used in each of these
      cases.
      
      Author:
        Jacob Mathew.
      
      Reviewer:
        Kentoku Shiba.
      
      Merged:
        Commit 4d576d9d on branch bb-10.3-MDEV-12900
      afe5a51c
    • Jacob Mathew's avatar
      MDEV-12900: spider tests failed in buildbot with valgrind · b9cf26f7
      Jacob Mathew authored
      The failures with valgrind occur as a result of Spider sometimes using the
      wrong transaction for operations in background threads that send requests to
      the data nodes.  The use of the wrong transaction caused the networking to the
      data nodes to use the wrong thread in some cases.  Valgrind eventually
      detects this when such a thread is destroyed before it is used to disconnect
      from the data node by that wrong transaction when it is freed.
      
      I have fixed the problem by correcting the transaction used in each of these
      cases.
      
      Author:
        Jacob Mathew.
      
      Reviewer:
        Kentoku Shiba.
      
      Merged:
        Commit 4d576d9d on branch bb-10.3-MDEV-12900
      b9cf26f7
    • Jacob Mathew's avatar
      MDEV-12900: spider tests failed in buildbot with valgrind · 4d576d9d
      Jacob Mathew authored
      The failures with valgrind occur as a result of Spider sometimes using the
      wrong transaction for operations in background threads that send requests to
      the data nodes.  The use of the wrong transaction caused the networking to the
      data nodes to use the wrong thread in some cases.  Valgrind eventually
      detects this when such a thread is destroyed before it is used to disconnect
      from the data node by that wrong transaction when it is freed.
      
      I have fixed the problem by correcting the transaction used in each of these
      cases.
      
      Author:
        Jacob Mathew.
      
      Reviewer:
        Kentoku Shiba.
      4d576d9d
  2. 21 May, 2018 31 commits