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

1030: Got error 168 "Unknown (generic) error from engine" for valid TRUNCATE (temporary) TABLE

    XMLWordPrintable

Details

    Description

      ...
      CREATE TEMPORARY TABLE t1 (col1 BIGINT NULL) ENGINE = InnoDB;
      INSERT INTO t1 ( k ) SELECT id FROM t1 ;
      ERROR 42S22: Unknown column 'id' in 'field list'
      TRUNCATE TABLE t1 ;
      ALTER TABLE t1 CHANGE COLUMN id col2 BIGINT NULL;
      ERROR 42S22: Unknown column 'id' in 't1'
      TRUNCATE TABLE t1 ;
      main.ml_19 'innodb'                      [ fail ]
              Test ended at 2019-05-13 13:56:45
       
      CURRENT_TEST: main.ml_19
      mysqltest: At line 10: query 'TRUNCATE TABLE t1 ' failed: 1030: Got error 168 "Unknown (generic) error from engine" from storage engine InnoDB
       
      10.2.25 commit 8ce702aa90c174566f4ac950e85cc7570bf9b647
      10.2.24 commit b30bbb7d9a1c3855c901b74735660e49ab64a2a8 2019-03-25
       
      No issue in
      10.3.15 commit 0c188d5efc452b576c46270e65b9db4746ee9dfe (pull 2019-05-13)
      

      Attachments

        Issue Links

          Activity

            People

              marko Marko Mäkelä
              mleich Matthias Leich
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.