Skip to content

Commit

Permalink
MDEV-25193 - temporarily switch storage engine to MyISAM for sys.sys_…
Browse files Browse the repository at this point in the history
…config
  • Loading branch information
vaintroub committed Mar 18, 2021
1 parent 2b3fd5d commit de91ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sys_schema/tables/sys_config.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ CREATE TABLE IF NOT EXISTS sys_config (
value VARCHAR(128),
set_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
set_by VARCHAR(128)
) ENGINE = Aria transactional=1;
) ENGINE = MyISAM;


0 comments on commit de91ece

Please sign in to comment.