MXS-2850 Add test that reveals bug
This commit is contained in:
parent
41a07a4bd9
commit
36dee78cee
@ -118,6 +118,9 @@ void run(TestConnections& test)
|
||||
// This should NOT succeed as a masked column is used in the statment.
|
||||
test_one(test, "select 1 UNION select a FROM masking_auto_firewall", Expect::FAILURE);
|
||||
|
||||
// This should NOT succeed as a masked column is used in the statment.
|
||||
test_one(test, "select 1 UNION ALL select a FROM masking_auto_firewall", Expect::FAILURE);
|
||||
|
||||
// This should NOT succeed as '*' is used in the statment.
|
||||
test_one(test, "select 1 UNION select * FROM masking_auto_firewall", Expect::FAILURE);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user