Merge branch '10.6' into 10.11

This commit is contained in:
Sergei Golubchik 2025-01-10 13:14:42 +01:00
commit 221aa5e08f
73 changed files with 1354 additions and 1342 deletions

View file

@ -207,7 +207,7 @@ public:
in save_priv.
*/
virtual ACL_internal_access_result check(privilege_t want_access,
privilege_t *save_priv) const= 0;
privilege_t *save_priv, bool any_combination_will_do) const= 0;
};
/**