Skip to content

Commit de91ece

Browse files
committed
MDEV-25193 - temporarily switch storage engine to MyISAM for sys.sys_config
1 parent 2b3fd5d commit de91ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sys_schema/tables/sys_config.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ CREATE TABLE IF NOT EXISTS sys_config (
2424
value VARCHAR(128),
2525
set_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
2626
set_by VARCHAR(128)
27-
) ENGINE = Aria transactional=1;
27+
) ENGINE = MyISAM;
2828

2929

0 commit comments

Comments
 (0)