mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
MDEV-27691: make working view-protocol
Update tests for version 10.5
This commit is contained in:
@ -393,8 +393,11 @@ SET default_regex_flags=DEFAULT;
|
||||
--error ER_REGEXP_ERROR
|
||||
SELECT 'Aq' RLIKE 'A\\q';
|
||||
|
||||
#double warning for view protocol
|
||||
--disable_view_protocol
|
||||
SET default_regex_flags='EXTRA';
|
||||
SELECT 'A' RLIKE 'B';
|
||||
--enable_view_protocol
|
||||
|
||||
SET default_regex_flags=DEFAULT;
|
||||
|
||||
|
Reference in New Issue
Block a user