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

CREATE TABLE IF NOT EXISTS ... LIKE dosn't work with PS

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 10.2
    • 10.3
    • Protocol
    • None

    Description

      CREATE TABLE t_exists (a INT);
      CREATE TABLE IF NOT EXISTS t_exists LIKE x;
      DROP TABLE t_exists;

      The above test works in normal mysql-test-run but fails in mysql-test-run --ps

      mysqltest: At line 29: query 'CREATE TABLE IF NOT EXISTS t_exists LIKE x' failed: 1146: Table 'test.x' doesn't exist

      Attachments

        Activity

          People

            sanja Oleksandr Byelkin
            monty Michael Widenius
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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