DB/Engine

* drop usage of MyISAM and switch to InnoDB.
This commit is contained in:
Sarjuuk
2024-07-03 18:45:52 +02:00
parent 2bd588045a
commit cd4e049680
4 changed files with 123 additions and 63 deletions

View File

@@ -3,7 +3,7 @@
mb_internal_encoding('UTF-8');
mysqli_report(MYSQLI_REPORT_ERROR);
define('AOWOW_REVISION', 37);
define('AOWOW_REVISION', 38);
define('OS_WIN', substr(PHP_OS, 0, 3) == 'WIN'); // OS_WIN as per compile info of php
define('CLI', PHP_SAPI === 'cli');
define('CLI_HAS_E', CLI && // WIN10 and later usually support ANSI escape sequences