1Warnings: 2Warning 1287 The partition engine, used by table 'test.t1', is deprecated and will be removed in a future release. Please use native partitioning instead. 3INSERT INTO t1 VALUES (15); 4Warnings: 5Warning 1287 The partition engine, used by table 'test.t1', is deprecated and will be removed in a future release. Please use native partitioning instead. 6DROP TABLE t1; 7