1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Removed purify warning

This commit is contained in:
monty@hundin.mysql.fi
2002-07-01 02:50:30 +03:00
parent 9acfbcdcd4
commit 4d4d6d34a2
3 changed files with 17 additions and 4 deletions

View File

@ -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;