Skip to content

Commit 32cc042

Browse files
authored
mariadb: 10.5.26, 10.6.19, 10.11.9, 11.4.3 (#334878)
* mariadb: 10.5.26, 10.6.19, 10.11.9, 11.4.3 * nixos/tests/automysqlbackup: nixfmt * nixos/automysqlbackup: fix tests * nixos/tests/mariadb-galera: nixfmt * nixos/tests/mariadb-galera: fix test failing with new default IPv6 configuration
1 parent 848b792 commit 32cc042

File tree

7 files changed

+304
-450
lines changed

7 files changed

+304
-450
lines changed

nixos/modules/services/backup/automysqlbackup.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,6 @@ in
118118
name = user;
119119
ensurePermissions = {
120120
"*.*" = "SELECT, SHOW VIEW, TRIGGER, LOCK TABLES, EVENT";
121-
122-
# https://forums.mysql.com/read.php?10,668311,668315#msg-668315
123-
"function sys.extract_table_from_file_name" = "execute";
124-
"function sys.format_path" = "execute";
125-
"function sys.format_statement" = "execute";
126-
"function sys.extract_schema_from_file_name" = "execute";
127-
"function sys.ps_thread_account" = "execute";
128-
"function sys.format_time" = "execute";
129-
"function sys.format_bytes" = "execute";
130121
};
131122
};
132123

0 commit comments

Comments
 (0)