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

Warning after "select progress from information_schema.processlist"

    XMLWordPrintable

Details

    Description

      A warning is generated when querying progress from information_schema.processlist.

      MariaDB [(none)]> select progress from information_schema.processlist;
      +----------+
      | progress |
      +----------+
      |        0 |
      |        0 |
      +----------+
      2 rows in set, 2 warnings (0.001 sec)
       
      MariaDB [(none)]> show warnings;
      +---------+------+---------------------------------------------------------+
      | Level   | Code | Message                                                 |
      +---------+------+---------------------------------------------------------+
      | Warning | 1918 | Encountered illegal value '' when converting to DECIMAL |
      | Warning | 1918 | Encountered illegal value '' when converting to DECIMAL |
      +---------+------+---------------------------------------------------------+
      2 rows in set (0.000 sec)
       
      MariaDB [(none)]>
      

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              edward Edward Stoever
              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.