Skip to content

Tags: FILLIPA/mysql-server

Tags

mysql-5.6.22

Toggle mysql-5.6.22's commit message
Bug #19183565	CREATE DYNAMIC INNODB_TMPDIR VARIABLE TO CONTROL

		WHERE INNODB WRITES TEMP FILES
		- Reverting the patch.

mysql-5.5.41

Toggle mysql-5.5.41's commit message
 Added sles11 repo packages

clone-5.6.22-build

Toggle clone-5.6.22-build's commit message
Bug #19372926 : 5.5.38 FAILS FUNC_MATH MTR TEST.

null-merge from mysql-5.6

clone-5.5.41-build

Toggle clone-5.5.41-build's commit message
Bug #19372926 : 5.5.38 FAILS FUNC_MATH MTR TEST.

Issue :
-------
This seems for some platform -(LONGLONG_MIN) is
not flagged as out of range.

Fix:
----
Fix is backported from mysql-5.6 bug 14314156.
Fixed by adding an explicit test for this value in
Item_func_neg::int_op().

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: bin.x.su@oracle.com
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 <Sunny.Bains@Oracle.Com>
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.