Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 5958a90

Browse files
committed
Update NEWS
1 parent 041fca2 commit 5958a90

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
* Added a new `version_major()` stored function, which returns the major version of MySQL Server (**Contributed by Jesper Wisborg Krogh**)
3333
* Added a new `version_minor()` stored function, which returns the minor (release series) version of MySQL Server (**Contributed by Jesper Wisborg Krogh**)
3434
* Added a new `version_patch()` stored function, which returns the patch release version of MySQL Server (**Contributed by Jesper Wisborg Krogh**)
35+
* The `ps_is_account_enabled` function was updated to take a VARCHAR(32) user input on 5.7, as a part of WL#2284
36+
* The generate_sql_file.sh script had a number of improvements:
37+
* Generated files are now output in to a "gen" directory, that is ignored by git
38+
* Added using a new default user (that has the account locked) for the MySQL 5.7+ integration as the DEFINER for all objects
39+
* Added a warning to the top of the generated integration file to also submit changes to the sys project
40+
* Improved the the option of skipping binary logs, so that all routines can load as well - those that used SET sql_log_bin will now select a warning when being used instead of setting the option
3541

3642
### Bug Fixes
3743

0 commit comments

Comments
 (0)