mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-12 06:41:14 +01:00
database upgrade to utf8mb4
This commit is contained in:
parent
5bc7a64c8c
commit
95d26d5c6e
File diff suppressed because it is too large
Load Diff
@ -415,6 +415,10 @@ function upgrade_main(string $directory,bool $verbose, bool $check_git, bool $do
|
|||||||
$counter++;
|
$counter++;
|
||||||
echo_out("\rUpgrade step $counter of $number_of_statements... ");
|
echo_out("\rUpgrade step $counter of $number_of_statements... ");
|
||||||
|
|
||||||
|
if ($verbose) {
|
||||||
|
echo_out("\n".$sql."\n");
|
||||||
|
}
|
||||||
|
|
||||||
$query_result = mysqli_query($mysqli, $sql);
|
$query_result = mysqli_query($mysqli, $sql);
|
||||||
if (!$query_result) {
|
if (!$query_result) {
|
||||||
$error = " not ok: ". mysqli_error($mysqli);
|
$error = " not ok: ". mysqli_error($mysqli);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user