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

Renaming temporary to an part-uppercase named table fails on a MacOS case-insensitive file system

    XMLWordPrintable

Details

    Description

      Mac specs:


      Processor: Intel Core i5-4690 (4 cores at 3.5GHz)
      File System: CoreStorage Logical Volume • Mac OS Extended (Journaled, Encrypted)

      Please see attached my.cnf in case that matters.

      Steps to reproduce:

      # Create the initial temporary table
      CREATE TEMPORARY TABLE foo AS (SELECT 1);
       
      # Ensure it exists
      SELECT * FROM foo;
       
      # Alter table ensuring destination name contains an uppercase alphabetic character
      ALTER TABLE foo RENAME Bar;
       
      # Both tables no longer exist
      SELECT * FROM foo;
      SELECT * FROM Bar;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            Wilkolicious Phil Wilkinson
            Votes:
            0 Vote for this issue
            Watchers:
            5 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.