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

SPIDER table with no COMMENT clause causes queries to wait forever

Details

    Description

      MariaDB [test]> CREATE OR REPLACE TABLE user (
          ->   username VARCHAR(50) NOT NULL
          -> , password VARCHAR(50) NOT NULL
          -> )
          -> ENGINE = SPIDER;
      Query OK, 0 rows affected (0.12 sec)
       
      MariaDB [test]> SELECT * FROM user;

      I beleive that the table should not be created, since the COMMENT clause misses.

      The query waits forever. Note that even KILL HARD, in some cases, does not kill the query/process.

      Attachments

        Issue Links

          Activity

            Transition Time In Source Status Execution Times
            Kentoku Shiba (Inactive) made transition -
            Open In Progress
            1827d 2h 53m 1
            Sergei Golubchik made transition -
            In Review Stalled
            37d 8h 28m 1
            Kentoku Shiba (Inactive) made transition -
            Stalled In Progress
            11d 4h 52m 1
            Kentoku Shiba (Inactive) made transition -
            In Progress In Review
            43d 43m 2
            Sergei Golubchik made transition -
            In Review Closed
            337d 12h 41m 1

            People

              Kentoku Kentoku Shiba (Inactive)
              f_razzoli Federico Razzoli
              Votes:
              0 Vote for this issue
              Watchers:
              8 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.