mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-27691: make working view-protocol
Update tests for version 10.4
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
--echo #
|
||||
--echo # Test privileges for BACKUP STAGES
|
||||
--echo #
|
||||
--disable_service_connection
|
||||
|
||||
set sql_mode="";
|
||||
|
||||
@ -50,3 +51,5 @@ DROP USER user1@localhost, user2@localhost;
|
||||
--error ER_SP_BADSTATEMENT
|
||||
create procedure foo42()
|
||||
BACKUP STAGE START;
|
||||
|
||||
--enable_service_connection
|
||||
|
Reference in New Issue
Block a user