Files
MaxScale/maxscale-system-test/masking/masking_mysqltest/r/masking_mxs1733.result
Johan Wikman 3c5a932010 Fix masking_mysqltest for 2.3
Since UNIONs that would allow a column to be masked are
rejected, there is no need to check that masking is performed
since we will never get that far.
2019-05-09 17:12:52 +03:00

9 lines
231 B
Plaintext

drop database if exists maskingdb;
create database maskingdb;
use maskingdb;
create table masking_mxs1733 (email TEXT);
insert into masking_mxs1733 values ("john@example.com");
select * from masking_mxs1733;
email
****************