mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
generalize ER_TABLE_NEEDS_UPGRADE to work for views too
This commit is contained in:
parent
5091a4ba75
commit
fce4ab0ab4
10 changed files with 20 additions and 17 deletions
|
|
@ -12812,7 +12812,7 @@ a b c d e
|
|||
2 text varchar blob1 blob2
|
||||
CHECK TABLE t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 check error Table upgrade required. Please do "REPAIR TABLE `t1`" or dump/reload to fix it!
|
||||
test.t1 check error Upgrade required. Please do "REPAIR TABLE `t1`" or dump/reload to fix it!
|
||||
SELECT * FROM t1;
|
||||
a b c d e
|
||||
1 text varchar blob1 blob2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue