MantisBT: master-2.27 e2886aea

Author Committer Branch Timestamp Parent
dregad dregad master-2.27 2025-02-23 11:17 master-2.27 a498179e
Affected Issues  0035431: When installing on mysql with log queries, `SET NAMES=UTF8` is not logged
Changeset

Install: don't execute SET NAMES UTF8 when printing queries

The installer always executes the query, regardless of $f_log_queries.
When true, the query should be printed, not executed.

Fixes 0035431

mod - admin/install.php Diff File