Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL), 10.11
Description
Test:
create view v1 as select sformat('Num [{:20}]', 42); |
select * from v1; |
drop view v1; |
Expected result:
Num [ 42]
|
Actual result:
Num [
|
Attachments
Issue Links
- is part of
-
MDEV-27691 make working view-protocol
-
- Closed
-
It is not a problem of view print:
show create view v1;
View Create View character_set_client collation_connection
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select sformat('Num [{:20}]',42) AS `sformat('Num [{:20}]', 42)`latin1 latin1_swedish_ci