1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Issue #4501 - Improve verification and cron table engine.

This commit is contained in:
camer0n
2023-12-05 16:05:56 -08:00
parent 84fe29cf12
commit 3d000c8dc3
3 changed files with 801 additions and 697 deletions

View File

@@ -166,7 +166,7 @@ CREATE TABLE cron (
cron_active INT(1) UNSIGNED NOT NULL,
PRIMARY KEY (cron_id),
UNIQUE KEY cron_function (cron_function)
) ENGINE = MYISAM;
) ENGINE=InnoDB;
# Table structure for table `dblog` - db/debug/rolling