Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL), 10.11
Description
Test:
create view v1 as select host,user from mysql.user where (host,user) = ('localhost','test'); |
select * from v1; |
drop view v1; |
Expected result:
Host User |
Actual result:
host user |
Problem appeared after MDEV-17658
Attachments
Issue Links
- is caused by
-
MDEV-17658 change the structure of mysql.user table
- Closed
- is part of
-
MDEV-27691 make working view-protocol
- Open