Files
MaxScale/system-test/masking/masking_user/r/masking_user_skysql.result
Esa Korhonen 08f5174915 MXS-2900 Rename maxscale-system-test directory to system-test
A link with the old directory name is provided.
2020-07-28 15:24:27 +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 XXXXX hello hello XXXXX XXXXX hello XXXXX