Skip to content

Tags: koppenheim/mysql-server

Tags

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.3.11

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

mysql-5.6.27

Toggle mysql-5.6.27's commit message
Updated yassl to yassl-2.3.8

(cherry picked from commit 7f9941eab55ed672bfcccd382dafbdbcfdc75aaa)

mysql-5.5.46

Toggle mysql-5.5.46's commit message
Updated yassl to yassl-2.3.8

(cherry picked from commit 7f9941eab55ed672bfcccd382dafbdbcfdc75aaa)

mysql-cluster-7.2.22

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

mysql-cluster-7.1.37

Toggle mysql-cluster-7.1.37's commit message
Merge tag 'mysql-5.1.77' into mysql-5.1-telco-7.1

mysql-5.1.77

Toggle mysql-5.1.77's commit message
Bug #21350175: SUBQUERIES IN PROCEDURE CLAUSE OF SELECT STATEMENT CAU…

…SES SERVER FAILURES.

Analysis :
==========
During JOIN::prepare of sub-query which creates the
derived tables we call setup_procedure. Here we call
fix_fields for parameters of procedure clause. Calling
setup_procedure at this point may cause issue. If
sub-query is one of parameter being fixed it might
lead to complicated dependencies on derived tables
being prepared.

SOLUTION :
==========
In 5.6 with WL#6242, we have made procedure clause
parameters can only be NUM, so sub-queries are not
allowed as parameters. So in 5.5 we can block
sub-queries in procedure clause parameters.
This eliminates above conflicting dependencies.

mysql-5.7.8

Toggle mysql-5.7.8's commit message
Bug#21450084 LET JSON_INSERT() INSERT INTO THE MIDDLE OF JSON ARRAYS.

(cherry picked from commit 27368364403e241c86650f635c72664b4c11d7ff)

mysql-cluster-7.4.7

Toggle mysql-cluster-7.4.7's commit message
Fix to resolve build msi issue on cluster-7.4.7-release branch

mysql-cluster-7.3.10

Toggle mysql-cluster-7.3.10's commit message
Upmerge of the 7.2.21 build