1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-33938 Analyze table on sequences should be prohibited

This commit is contained in:
Monty
2024-04-18 16:29:19 +03:00
committed by Sergei Golubchik
parent 9e7e1f6244
commit ae9a4799d7
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,6 @@ Table Op Msg_type Msg_text
test.s1 optimize note The storage engine for the table doesn't support optimize
analyze table s1;
Table Op Msg_type Msg_text
test.s1 analyze status Engine-independent statistics collected
test.s1 analyze note The storage engine for the table doesn't support analyze
repair table s1;
Table Op Msg_type Msg_text