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

Table #sql- is full when doing CREATE TEMPOARY TABLE ... SELECT into Aria table

    XMLWordPrintable

Details

    Description

      The following sequence can sometimes cause a table is full error when adding index:

      CREATE TEMPORARY TABLE tmp engine=aria SELECT ....
      CREATE INDEX (..) on t1 (...);

      In theory on should be able to drop "temporary" table above, add 'transactional=0" and just check max key length with 'aria_check'.

      Unfortunately we don't show max index length in 'show table status' and also we don't show
      temporary tables either.

      Attachments

        Activity

          People

            monty Michael Widenius
            monty Michael Widenius
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.