Files
MaxScale/maxscale-system-test/fw2/deny1
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

4 lines
83 B
Plaintext

drop table if exists t1;
create table t1(id int);
alter table t1 add column b int;