MXS-2393 Fix masking test

The masking_user test creates a database over a masked connection.
As 'CREATE DATABASE DB' is not fully parsed the test will fail since
it creates a database.

To allow the test to pass, we turn off the strict requirement that
all statements must be fully parsed.
This commit is contained in:
Johan Wikman
2019-04-01 10:04:53 +03:00
parent 5346b24fa4
commit 06c01439fb

View File

@ -71,6 +71,7 @@ socket=default
type=filter type=filter
module=masking module=masking
rules=/###access_homedir###/masking_rules.json rules=/###access_homedir###/masking_rules.json
require_fully_parsed=false
[server1] [server1]
type=server type=server