Details
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 cursor-protocol
-
- Stalled
-