diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-01 18:15:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-01 18:15:00 +0000 |
commit | a2a2e32c02643a0cec111511220227703fda1cd5 (patch) | |
tree | 69cc2b631234c2a8e026b9cd4d72676c61c594df /mysql-test/main/skip_grants.test | |
parent | Releasing progress-linux version 1:10.11.8-1~progress7.99u1. (diff) | |
download | mariadb-a2a2e32c02643a0cec111511220227703fda1cd5.tar.xz mariadb-a2a2e32c02643a0cec111511220227703fda1cd5.zip |
Merging upstream version 1:11.4.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mysql-test/main/skip_grants.test')
-rw-r--r-- | mysql-test/main/skip_grants.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mysql-test/main/skip_grants.test b/mysql-test/main/skip_grants.test index 5af697f6..999a716c 100644 --- a/mysql-test/main/skip_grants.test +++ b/mysql-test/main/skip_grants.test @@ -1,5 +1,6 @@ # This tests not performed with embedded server -- source include/not_embedded.inc + -- disable_ps_protocol use test; @@ -92,10 +93,8 @@ DROP FUNCTION f3; --echo # --echo # Bug #26807 "set global event_scheduler=1" and --skip-grant-tables crashes server --echo # ---disable_warnings +--error ER_OPTION_PREVENTS_STATEMENT set global event_scheduler=1; ---enable_warnings -set global event_scheduler=0; --echo # --echo # Bug#26285 Selecting information_schema crahes server |