Updated test cases result for s3.parition

MDEV-21472 ALTER TABLE ... ANALYZE PARTITION ... with EITS reads and locks all rows
This commit is contained in:
Monty 2024-02-20 15:25:51 +02:00
parent b5d65fc105
commit 0c079f4f76

View file

@ -55,8 +55,6 @@ ERROR HY000: Table 't2' is read only
ALTER TABLE t2 ANALYZE PARTITION p3;
Table Op Msg_type Msg_text
s3.t2 analyze status Table 's3.t2' is read only
s3.t2 analyze status Engine-independent statistics collected
s3.t2 analyze status OK
SELECT count(*) FROM t2;
count(*)
6