スローログに
SET timestamp=xxxxxxxxxxx;
select count(*) from xxxx where xxxx < xxxx;
みたいのが出てて
SET timestamp=xxxxxxxx;
ってなんぞって思ってたら
now()関数とか呼ぶと、こうなるんすな。
Does Slow query log logs all slow queries ?
SET timestamp=xxxxxxxxxxx;
select count(*) from xxxx where xxxx < xxxx;
みたいのが出てて
SET timestamp=xxxxxxxx;
ってなんぞって思ってたら
now()関数とか呼ぶと、こうなるんすな。
Does Slow query log logs all slow queries ?