database upgrade to utf8mb4

This commit is contained in:
OpenXE 2023-03-30 11:24:14 +02:00
parent 5bc7a64c8c
commit 95d26d5c6e
2 changed files with 16619 additions and 13081 deletions

File diff suppressed because it is too large Load Diff

View File

@ -415,6 +415,10 @@ function upgrade_main(string $directory,bool $verbose, bool $check_git, bool $do
$counter++;
echo_out("\rUpgrade step $counter of $number_of_statements... ");
if ($verbose) {
echo_out("\n".$sql."\n");
}
$query_result = mysqli_query($mysqli, $sql);
if (!$query_result) {
$error = " not ok: ". mysqli_error($mysqli);