Skip to content

Tags: fengshao0907/mysql-server

Tags

mysql-cluster-7.4.9

Toggle mysql-cluster-7.4.9's commit message
Merge branch 'mysql-cluster-7.3.12-release' into mysql-cluster-7.4.9-…

…release

mysql-cluster-7.3.12

Toggle mysql-cluster-7.3.12's commit message
Merge branch 'mysql-cluster-7.2.23-release' into mysql-cluster-7.3.12…

…-release

mysql-cluster-7.3

Toggle mysql-cluster-7.3's commit message
Merge branch 'mysql-cluster-7.2.23-release' into mysql-cluster-7.3.12…

…-release

mysql-cluster-7.2.23

Toggle mysql-cluster-7.2.23's commit message
Another follow up patch for performance regression introduced by patc…

…h for bug#20957068

Previous patch introduce the usage of the non-portable sched_yield().
This patch change that to use pthread_yield() which is defined in
include/my_pthread().

(cherry picked from commit c7a844a8e373633c4a3e91be7af3f789d19d4fbb)

mysql-5.7.10

Toggle mysql-5.7.10's commit message
Merge branch 'mysql-5.6' into mysql-5.7

(cherry picked from commit e040ef09b9e9dc63946bf2497bf39127ec18ea79)

mysql-5.6.28

Toggle mysql-5.6.28's commit message
Bug#22147191	NO PACKAGE FOR UBUNTU 15.10

* Adds wily (15.10) packaging

mysql-5.5.47

Toggle mysql-5.5.47's commit message
Bug#21973610: BUFFER OVERFLOW ISSUES

post push fix : Fixing test failures

mysql-5.7.9

Toggle mysql-5.7.9's commit message
Bug#21938432 MYSQL_UPGRADE 5.7.9 FAILS WITH ERROR ON MYSQL.SYS USER O…

…N DUMP UPGRADE

* Two problems here:
** Now WITH_PERFSCHEMA_STORAGE_ENGINE is not set we were assuming the installed sys schema version was always 1.0.0, removed this now
** Also FLUSH PRIVILEGES after creating the user, so it is available straight away

Bug#21935210 MYSQL.SYS@LOCALHOST HAS TRIGGER PRIVILEGE ON THE WHOLE INSTANCE
* Removed global TRIGGER, and added only on the sys schema

Bug#21966366 SYS: PROVIDE A WAY TO ALLOW FOR LOCAL CUSTOMISATIONS
* Rather than check for equality of counts, check for at least as many as expected (but allow more or equal)

Sneak in a typo fix (s/procdure/procedure/) in the execute_prepared_stmt comment.

Reviewed-by: Georgi Kodinov <[email protected]>
Reviewed-by: Marc Alff <[email protected]>
RB: 10567
(cherry picked from commit dde827eccabfc5d8954977d0251b7dba3cce8342)

mysql-cluster-7.4.8

Toggle mysql-cluster-7.4.8's commit message
Upmerge of the 7.3.11 build

mysql-cluster-7.3.11

Toggle mysql-cluster-7.3.11's commit message
Upmerge of the 7.2.22 build