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

4 lines
68 B
Plaintext

UPDATE t1 SET x1=1 where fl=0;
SELECT x1 FROM t1;
SELECT * FROM t1;