Skip to content

Tags: sdp032/mysql-server

Tags

mysql-cluster-7.6.14

Toggle mysql-cluster-7.6.14's commit message
BUG#30592528: Initialise m_ndb_version

Backport fix to 7.6.

Approved-by: Saroj Tripathy <saroj.tripathy@oracle.com>

mysql-cluster-8.0.20

Toggle mysql-cluster-8.0.20's commit message
Bug #31077699: NORMAL USER CAN CREATE VIEW/PROC/TRIG WITH

DEFINER=USER_WITH_SYSTEM_USER_PRIV
RB#24132

The fetch of the ACL map for the current user was done based on the
login user and not the authenticated user. This caused artificially
created execution contexts that lack the login user being set to find the
wrong ACL map.
Fixed by using the privileged user instead.

mysql-cluster-7.5.18

Toggle mysql-cluster-7.5.18's commit message

mysql-8.0.20

Toggle mysql-8.0.20's commit message
Bug #31077699: NORMAL USER CAN CREATE VIEW/PROC/TRIG WITH

DEFINER=USER_WITH_SYSTEM_USER_PRIV
RB#24132

The fetch of the ACL map for the current user was done based on the
login user and not the authenticated user. This caused artificially
created execution contexts that lack the login user being set to find the
wrong ACL map.
Fixed by using the privileged user instead.

mysql-5.7.30

Toggle mysql-5.7.30's commit message

mysql-cluster-7.4.28

Toggle mysql-cluster-7.4.28's commit message
Merge branch 'mysql-5.6-cluster-7.3' into mysql-5.6-cluster-7.4

mysql-cluster-7.3.29

Toggle mysql-cluster-7.3.29's commit message
Bug#31018950 NDB_CONDITION_PUSHDOWN.TEST FAILS AFTER PATCH FOR BUG#30…

…350206 - CONCAT() ...

Post-push fix for cluster 7.3-7.4, remove compiler warning
(promoted to build breaks on some platforms)

The method String:length() was declared as returning an uint32
on 7.3 & 7.4 and size_t on 7.5+.

Patch adapt print format accordingly.

Reviewed by: Arnab Ray <arnab.r.ray@oracle.com>

mysql-5.6.48

Toggle mysql-5.6.48's commit message
Update License Book

Approved-by: Bjorn Munch <bjorn.munch@oracle.com>

mysql-cluster-7.6.13

Toggle mysql-cluster-7.6.13's commit message
Added missing INCLUDE(CMakePushCheckState)

(cherry picked from commit 569b3ed30d9a6883f3bcbf0ac0f11b5e28d22f92)

mysql-cluster-7.5.17

Toggle mysql-cluster-7.5.17's commit message
Added missing INCLUDE(CMakePushCheckState)