Skip to content

Tags: VioletLife/mysql-server

Tags

mysql-5.7.5

Toggle mysql-5.7.5's commit message
Follow patch to WL #6936, cset 8785 from trunk

mysql-5.6.21

Toggle mysql-5.6.21's commit message

mysql-5.5.40

Toggle mysql-5.5.40's commit message
Adding patch for security bug 19471516

clone-5.7.5-m15-build

Toggle clone-5.7.5-m15-build's commit message
Revert the following revisions:

------------------------------------------------------------
revno: 8734
committer: [email protected]
branch nick: mysql-trunk
timestamp: Fri 2014-08-29 10:15:45 +0800
message:
  Commit the missing test case result file for WL#6835.

------------------------------------------------------------
revno: 8732 [merge]
committer: Sunny Bains <[email protected]>
branch nick: trunk
timestamp: Fri 2014-08-29 10:24:18 +1000
message:
  WL#6835 - InnoDB: GCS Replication: Deterministic Deadlock Handling (High Prio Transactions in InnoDB)
  
  Introduce transaction priority. Transactions with a higher priority cannot
  be rolled back by transactions with a lower priority. A higher priority
  transaction will jump the lock wait queue and grab the record lock instead
  of waiting.
  
  This code is not currently visible to the users. However, there are debug
  tests that can exercise the code. It will probably require some additional
  work once it is used by GCS.
  
  rb#6036 Approved by Jimmy Yang.

clone-5.6.21-build

Toggle clone-5.6.21-build's commit message
Bug#19370676 : YASSL PRE-AUTH BUFFER OVERFLOW WHEN CLIENT

               LIES ABOUT SUITE_LEN_
               and
Bug#19355577 : YASSL PRE-AUTH BUFFER OVERFLOW WHEN CLIENT
               LIES ABOUT COMP_LEN_

Description : Merge from 5.5 to 5.6

clone-5.5.40-build

Toggle clone-5.5.40-build's commit message
Bug#19370676 : YASSL PRE-AUTH BUFFER OVERFLOW WHEN CLIENT

               LIES ABOUT SUITE_LEN_
               and
Bug#19355577 : YASSL PRE-AUTH BUFFER OVERFLOW WHEN CLIENT
               LIES ABOUT COMP_LEN_

Description : Updating yaSSL to version 2.3.4.

mysql-5.5.39

Toggle mysql-5.5.39's commit message
WL#7219: Reverting the wl#7219 patch in mysql-5.5.39-release branch

mysql-5.6.20

Toggle mysql-5.6.20's commit message

clone-5.6.20-build

Toggle clone-5.6.20-build's commit message
Bug #17357528 BACKPORT BUG#16513435 TO 5.5 AND 5.6

Follow up patch to fix testcase failure.

clone-5.5.39-build

Toggle clone-5.5.39-build's commit message
Bug #17357528 BACKPORT BUG#16513435 TO 5.5 AND 5.6

Description: Backporting BUG#16513435 to 5.5 and 5.6
This is a fix for REMOTE PREAUTH USER ENUMERATION FLAW bug