You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: NEWS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Change history for the MySQL sys schema
2
2
3
-
## 1.5.0 (...)
3
+
## 1.5.0 (11/09/15)
4
4
5
5
### Improvements
6
6
@@ -35,7 +35,7 @@
35
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
36
* The generate_sql_file.sh script had a number of improvements:
37
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
38
+
* Added using a new default "mysql.sys@localhost" user (that has the account locked) for the MySQL 5.7+ integration as the DEFINER for all objects
39
39
* Added a warning to the top of the generated integration file to also submit changes to the sys project
40
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
0 commit comments