Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-18989

Wrong result update float_column in undirect_update

    XMLWordPrintable

Details

    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

      Attachments

        Issue Links

          Activity

            People

              Kentoku Kentoku Shiba (Inactive)
              willhan willhan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.