Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.5, 10.6, 10.11, 10.7(EOL), 10.8(EOL), 10.9(EOL)
-
None
Description
Test:
create view v1 as select left('hello', 4294967295); |
select * from v1; |
drop view v1; |
Expected value:
left('hello', 4294967295) |
hello
|
Actual value:
left('hello', 4294967295) |
|
Attachments
Issue Links
- is part of
-
MDEV-27691 make working view-protocol
- Open
- relates to
-
MDEV-28651 quote(NULL) returns incorrect result in view ('NU' instead of 'NULL')
- Closed
-
MDEV-34213 LEFT and RIGHT with big value for parameter 'len' >0 return empty value in cursor protocol
- Open