summaryrefslogtreecommitdiff
path: root/mysql-test/r/myisam.result
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-07-01 02:50:30 +0300
committerunknown <monty@hundin.mysql.fi>2002-07-01 02:50:30 +0300
commit1d6f2ee0d3a7c05265694646c3befb1eedda2b32 (patch)
tree0dcb801bf2b4efb080067fbd898f7e2333e6f375 /mysql-test/r/myisam.result
parentd90caf3d53a87fd1b52fde8e6a60314867c58513 (diff)
downloadmariadb-git-1d6f2ee0d3a7c05265694646c3befb1eedda2b32.tar.gz
Removed purify warning
myisam/mi_check.c: Clear memory after keys to avoid warnings when using purify. (The keys will be written to file, so they are kind of used). mysql-test/r/myisam.result: Check repaired table mysql-test/t/myisam.test: Check repaired table
Diffstat (limited to 'mysql-test/r/myisam.result')
-rw-r--r--mysql-test/r/myisam.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/myisam.result b/mysql-test/r/myisam.result
index ac9665ad906..8750ea94125 100644
--- a/mysql-test/r/myisam.result
+++ b/mysql-test/r/myisam.result
@@ -96,4 +96,7 @@ INSERT INTO t1 (post_text) VALUES ('ceci est un test'),('ceci est un test'),('ce
REPAIR TABLE t1;
Table Op Msg_type Msg_text
test.t1 repair status OK
+CHECK TABLE t1;
+Table Op Msg_type Msg_text
+test.t1 check status OK
drop table t1;