diff options
author | unknown <serg@serg.mylan> | 2004-10-22 23:23:02 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-10-22 23:23:02 +0200 |
commit | 9c300fe66c9713e912fc0b31c59415b8a7b617e9 (patch) | |
tree | ae34dc2e70241c7669eaa482736471c7ca7c8f61 /mysql-test/r/key.result | |
parent | c9a2d60706f26fb1ab853e51c84e5e67d9e48e22 (diff) | |
download | mariadb-git-9c300fe66c9713e912fc0b31c59415b8a7b617e9.tar.gz |
test fixed
Diffstat (limited to 'mysql-test/r/key.result')
-rw-r--r-- | mysql-test/r/key.result | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/key.result b/mysql-test/r/key.result index e076c59a76c..89307cf7080 100644 --- a/mysql-test/r/key.result +++ b/mysql-test/r/key.result @@ -284,9 +284,16 @@ c1 1 3 DELETE FROM t1 WHERE (c1 = 1); +check table t1; +Table Op Msg_type Msg_text +test.t1 check status OK select c1 from t1 where c2='\Z\Z\Z\Z'; c1 3 DELETE FROM t1 WHERE (c1 = 3); +check table t1; +Table Op Msg_type Msg_text +test.t1 check status OK select c1 from t1 where c2='\Z\Z\Z\Z'; c1 +drop table t1; |