mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
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:
parent
b5d65fc105
commit
0c079f4f76
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue