Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4(EOL), 10.5, 10.6, 10.9(EOL), 10.10(EOL), 11.0(EOL), 11.1(EOL)
-
None
-
None
Description
When executing a MTR case:
set @arg= 1.1; |
select @arg; |
with cursor protocol ("--cursor-protocol"), an incorrect result is produced (a lot of zero at the end):
@arg
|
1.10000000000000000000000000000000000000
|
By default or with "--ps-portocol" it gives correct result:
@arg
|
1.1
|
Attachments
Issue Links
- relates to
-
MDEV-31005 Make working ./mtr --cursor-protocol
- Stalled