[MDEV-18989] Wrong result update float_column in undirect_update Created: 2019-03-21  Updated: 2020-06-08  Resolved: 2020-06-08

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - Spider
Affects Version/s: None
Fix Version/s: 10.3.7

Type: Bug Priority: Major
Reporter: willhan Assignee: Kentoku Shiba (Inactive)
Resolution: Duplicate Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-16248 Row based replication to spider with ... Closed

 Description   

Wrong result when float column was appended into where condition
query: update t set float_cloumn=1.1, pk=2 where pk=1;
before distribution: update t set float_cloumn=1.1, pk=2 where pk=1 and float_column=origin
now distribution: update t set float_cloumn=1.1, pk=2 where pk=1



 Comments   
Comment by Kentoku Shiba (Inactive) [ 2019-04-29 ]

willhan
I will be fixed at MDEV-16248. Please be watching it.

Generated at Thu Feb 08 08:48:15 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.