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

MAX_QUERY_TIME is Missing

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 5.5.34
    • None
    • None
    • None
    • Linux

    Description

      [revin@forge mysql]$ sb 55341
      Welcome to the MariaDB monitor.  Commands end with ; or \g.
      Your MariaDB connection id is 3
      Server version: 5.5.34-MariaDB MariaDB Server
       
      Copyright (c) 2000, 2013, Oracle, Monty Program Ab and others.
       
      Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
       
      mysql [localhost] {msandbox} ((none)) > SET @@SESSION.MAX_QUERY_TIME=0.5;
      ERROR 1193 (HY000): Unknown system variable 'MAX_QUERY_TIME'
      mysql [localhost] {msandbox} ((none)) > SET SESSION MAX_QUERY_TIME=0.5;
      ERROR 1193 (HY000): Unknown system variable 'MAX_QUERY_TIME'
      mysql [localhost] {msandbox} ((none)) > SET GLOBAL MAX_QUERY_TIME = 0.5
          -> ;
      ERROR 1193 (HY000): Unknown system variable 'MAX_QUERY_TIME'

      Attachments

        Activity

          People

            serg Sergei Golubchik
            dotmanila Jervin R
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.