Files
MaxScale/maxscale-system-test/fw/pass1
Timofey Turenko 8c6ca38a8a add tests
2017-05-23 21:09:30 +03:00

6 lines
157 B
Plaintext

DROP TABLE IF EXISTS t1;
CREATE TABLE t1 (x1 int, fl int);
select sleep(5);
delete from t1 where x1 like '_';
select user from mysql.user;
SELECT COUNT( * )