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

tokudb.dir_per_db_rename_to_nonexisting_schema failed in buildbot on DROP DATABASE

    XMLWordPrintable

Details

    Description

      http://buildbot.askmonty.org/buildbot/builders/bld-starfs-release/builds/333/steps/test/logs/stdio

      tokudb.dir_per_db_rename_to_nonexisting_schema w2 [ fail ]
              Test ended at 2017-10-19 05:35:44
       
      CURRENT_TEST: tokudb.dir_per_db_rename_to_nonexisting_schema
      mysqltest: At line 20: query 'DROP DATABASE new_db' failed: 1010: Error dropping database (can't rmdir './new_db', errno: 39 "Directory not empty")
       
      The result from queries just before the failure was:
      SET GLOBAL tokudb_dir_per_db=true;
      ######
      # Tokudb and mysql data dirs are the same, rename to existent db
      ###
      CREATE DATABASE new_db;
      CREATE TABLE t1 (id INT AUTO_INCREMENT PRIMARY KEY NOT NULL) ENGINE=tokudb;
      ALTER TABLE test.t1 RENAME new_db.t1;
      The content of "test" directory:
      The content of "new_db" directory:
      db.opt
      t1.frm
      t1_main_id.tokudb
      t1_status_id.tokudb
      DROP DATABASE new_db;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            elenst Elena Stepanova
            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.