From cf521ea0622e06290e3af56d062d079c8a2e775e Mon Sep 17 00:00:00 2001 From: John Bender Date: Mon, 14 Nov 2011 11:27:26 -0800 Subject: [PATCH] missing escape --- tests/speed/stats/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/speed/stats/index.php b/tests/speed/stats/index.php index af362ce1..59779589 100644 --- a/tests/speed/stats/index.php +++ b/tests/speed/stats/index.php @@ -19,7 +19,7 @@ FROM stats WHERE agent LIKE \'Android\' ) - WHERE (agent_full like \'%Mobile%\' or agent_full like \'%mobile%\' or agent_full like '%Android%') + WHERE (agent_full like \'%Mobile%\' or agent_full like \'%mobile%\' or agent_full like \'%Android%\') and agent like :agent and point like :data_point GROUP BY agent, agent_version, pathname, point, time ORDER BY agent, agent_version, time;