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

SQL_BUFFER_RESULT on INFORMATION_SCHEMA.TABLES returns empty values for every column

    XMLWordPrintable

Details

    • Not for Release Notes

    Description

      SQL_BUFFER_RESULT on INFORMATION_SCHEMA.TABLES returns empty values for every column

      Test case

      SELECT SQL_BUFFER_RESULT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA='mysql'  LIMIT 1;
      

      CLI Output

      13.1.0-opt>SELECT SQL_BUFFER_RESULT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA='mysql'  LIMIT 1;
      +---------------+--------------+------------+
      | TABLE_CATALOG | TABLE_SCHEMA | TABLE_NAME |
      +---------------+--------------+------------+
      |               |              |            |
      +---------------+--------------+------------+
      1 row in set (0.001 sec)
       
      13.1.0-opt>
      

      Attachments

        Issue Links

          Activity

            People

              janlindstrom Jan Lindström
              ramesh Ramesh Sivaraman
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0d
                  0d
                  Logged:
                  Time Spent - 0.5h
                  0.5h

                  Git Integration

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