Tags: koppenheim/mysql-server
Tags
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)
Updated yassl to yassl-2.3.8 (cherry picked from commit 7f9941eab55ed672bfcccd382dafbdbcfdc75aaa)
Updated yassl to yassl-2.3.8 (cherry picked from commit 7f9941eab55ed672bfcccd382dafbdbcfdc75aaa)
Merge tag 'mysql-5.1.77' into mysql-5.1-telco-7.1
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.
Bug#21450084 LET JSON_INSERT() INSERT INTO THE MIDDLE OF JSON ARRAYS. (cherry picked from commit 27368364403e241c86650f635c72664b4c11d7ff)
Fix to resolve build msi issue on cluster-7.4.7-release branch
PreviousNext