Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.5, 10.6, 10.11, 11.1(EOL), 11.2, 11.4, 11.5(EOL)
-
None
Description
run MTR test with --cursor-protocol
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
- duplicates
-
MDEV-29552 LEFT and RIGHT with big value for parameter 'len' >0 return empty value in view
- Closed
- relates to
-
MDEV-29552 LEFT and RIGHT with big value for parameter 'len' >0 return empty value in view
- Closed
-
MDEV-31005 Make working ./mtr --cursor-protocol
- Stalled