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

Server crash inserting record on a temporary table after truncating it

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • 10.0.0, 5.5.28
    • 10.0.1, 5.5.30
    • None

    Description

      As in summary, the commands below crash the server. I attach my configuration file if it can help.

      mysql> create temporary table tmp.pippo select * from config;
      Query OK, 1 row affected (0.09 sec)
      Records: 1 Duplicates: 0 Warnings: 0

      mysql> truncate table tmp.pippo;
      Query OK, 0 rows affected (0.09 sec)

      mysql> insert into tmp.pippo select * from config;
      ERROR 2013 (HY000): Lost connection to MySQL server during query

      Attachments

        1. my.ini
          21 kB
          Risato Stefano

        Activity

          People

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