Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9
-
None
Description
Test:
create view v1 as select substring('hello', 1, 4294967295); |
select * from v1; |
drop view v1; |
Actual result:
empty string
Expected result:
hello
|
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
-