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

SELECT from I_S.QUERY_CACHE_INFO produces ER_UNKNOWN_ERROR when query cache size is 0

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 5.5.31
    • 5.5.32
    • None
    • None

    Description

      MariaDB [test]> set global query_cache_size = 1024*1024;
      Query OK, 0 rows affected (0.00 sec)
       
      MariaDB [test]> select * from information_schema.query_cache_info;
      Empty set (0.00 sec)
       
      MariaDB [test]> set global query_cache_size = 0;
      Query OK, 0 rows affected (0.00 sec)
       
      MariaDB [test]> select * from information_schema.query_cache_info;
      ERROR 1105 (HY000): Unknown error

      bzr version-info

      revision-id: monty@askmonty.org-20130512082916-vjlzg3tjtlbvnowy
      revno: 3759
      branch-nick: 5.5

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              elenst Elena Stepanova
              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.