Add tests from develop
Added tests from develop. The test results need to be modified for 2.0.
This commit is contained in:
4
maxscale-system-test/fw/pass9
Normal file
4
maxscale-system-test/fw/pass9
Normal file
@ -0,0 +1,4 @@
|
||||
DROP TABLE IF EXISTS t1;
|
||||
CREATE TABLE t1 (x1 int, fl int);
|
||||
select sleep(5);
|
||||
SELECT fl FROM t1;
|
Reference in New Issue
Block a user