5 lines
83 B
PHP
5 lines
83 B
PHP
|
|
--disable_query_log
|
||
|
|
echo Starting timer...;
|
||
|
|
set @start = now();
|
||
|
|
--enable_query_log
|