Files
MaxScale/system-test/cache/cache_basic/r/create.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

5 lines
124 B
Plaintext

drop database if exists cachingdb;
create database cachingdb;
use cachingdb;
create table caching (a INT, b TEXT, c FLOAT);