Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.7, 10.8
-
Component/s: Data Definition - Temporary, Performance Schema
-
Labels:
Description
call sys.ps_setup_save(0);
|
10.7 1866fb05 |
mysqltest: At line 1: query 'call sys.ps_setup_save(0)' failed: ER_ILLEGAL_HA_CREATE_OPTION (1478): Table storage engine 'PERFORMANCE_SCHEMA' does not support the create option 'TEMPORARY' |
Correspondingly, procedures which call it also fail (at least sys.diagnostics).
The problem was introduced by this commit in 10.7.1:
commit f7216fa63d69448c3de1532a1dd197d0f28faefd (HEAD)
|
Author: Anel Husakovic
|
Date: Wed Jun 10 09:07:15 2020 +0200
|
 |
MDEV-12914: Engine for temporary tables which are implicitly created as RocksDB is substituted silently
|