7 lines
373 B
Plaintext
7 lines
373 B
Plaintext
Warnings:
|
|
Warning 1287 The partition engine, used by table 'test.t1', is deprecated and will be removed in a future release. Please use native partitioning instead.
|
|
INSERT INTO t1 VALUES (15);
|
|
Warnings:
|
|
Warning 1287 The partition engine, used by table 'test.t1', is deprecated and will be removed in a future release. Please use native partitioning instead.
|
|
DROP TABLE t1;
|