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

LEFT and RIGHT with big value for parameter 'len' >0 return empty value in view

    XMLWordPrintable

Details

    Description

      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

          Activity

            People

              bar Alexander Barkov
              lstartseva Lena Startseva
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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