summaryrefslogtreecommitdiff
path: root/mysql-test/t/key.test
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-10-22 23:23:02 +0200
committerunknown <serg@serg.mylan>2004-10-22 23:23:02 +0200
commit9c300fe66c9713e912fc0b31c59415b8a7b617e9 (patch)
treeae34dc2e70241c7669eaa482736471c7ca7c8f61 /mysql-test/t/key.test
parentc9a2d60706f26fb1ab853e51c84e5e67d9e48e22 (diff)
downloadmariadb-git-9c300fe66c9713e912fc0b31c59415b8a7b617e9.tar.gz
test fixed
Diffstat (limited to 'mysql-test/t/key.test')
-rw-r--r--mysql-test/t/key.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/key.test b/mysql-test/t/key.test
index 5c365ccf965..620b8e415b8 100644
--- a/mysql-test/t/key.test
+++ b/mysql-test/t/key.test
@@ -267,7 +267,10 @@ INSERT INTO t1 VALUES (2,'\Z\Z\Z\Z\Z\Z');
INSERT INTO t1 VALUES (3,'\Z\Z\Z\Z');
select c1 from t1 where c2='\Z\Z\Z\Z';
DELETE FROM t1 WHERE (c1 = 1);
+check table t1;
select c1 from t1 where c2='\Z\Z\Z\Z';
DELETE FROM t1 WHERE (c1 = 3);
+check table t1;
select c1 from t1 where c2='\Z\Z\Z\Z';
+drop table t1;