mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Removed purify warning
This commit is contained in:
@@ -91,5 +91,5 @@ CREATE TABLE `t1` (
|
||||
INSERT INTO t1 (post_text) VALUES ('ceci est un test'),('ceci est un test'),('ceci est un test'),('ceci est un test'),('ceci est un test');
|
||||
|
||||
REPAIR TABLE t1;
|
||||
CHECK TABLE t1;
|
||||
drop table t1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user