19.06.2016, 14:23
To be more precise: it slows down the queries when LOG_DEBUG is used. You can have it as:
or don't call mysql_log at all since those are by default anyway.
TIP: Don't create variables inside loops, move them outside.
pawn Код:
mysql_log(LOG_ERROR | LOG_WARNING);
TIP: Don't create variables inside loops, move them outside.