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

I_S.SESSION_VARIABLES shows global values

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 5.5.39, 10.0.13
    • 5.5.40, 10.0.14
    • None
    • None

    Description

      I_S.SESSION_VARIABLES shows global data, for example, if the previous statement is SET GLOBAL or SHOW GLOBAL.

      set session sql_mode=ansi_quotes;
      select * from information_schema.session_variables where variable_name='sql_mode';
      show global status like 'foobar';
      select * from information_schema.session_variables where variable_name='sql_mode';

      Attachments

        Activity

          People

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