Files
MaxScale/maxscale-system-test/masking/masking_user/r/masking_user_maxskysql.result
Markus Mäkelä d7d4ec29bb Add tests from develop
Added tests from develop. The test results need to be modified for 2.0.
2017-05-26 15:40:40 +03:00

9 lines
352 B
Plaintext

drop database if exists maskingdb;
create database maskingdb;
use maskingdb;
create table masking (a TEXT, b TEXT, c TEXT, d TEXT, e TEXT, f TEXT, g TEXT, h TEXT);
insert into masking values ("hello", "hello", "hello", "hello", "hello", "hello", "hello", "hello");
select * from masking;
a b c d e f g h
XXXXX hello XXXXX XXXXX hello XXXXX hello hello