mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
test fixed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user