Author: justi9
Date: 2008-06-03 13:10:12 -0400 (Tue, 03 Jun 2008)
New Revision: 2118
Modified:
mgmt/cumin/python/cumin/client.strings
Log:
Correct table names
Modified: mgmt/cumin/python/cumin/client.strings
===================================================================
--- mgmt/cumin/python/cumin/client.strings 2008-06-03 15:38:55 UTC (rev 2117)
+++ mgmt/cumin/python/cumin/client.strings 2008-06-03 17:10:12 UTC (rev 2118)
@@ -15,17 +15,17 @@
/ (extract(epoch from (c.rec_time - p.rec_time)) + 0.0001) as fr,
case when p.frames_to_client is null then true else false end as fr_is_null,
c.rec_time
-from connection as l
-left outer join connection_stats as c on c.id = l.stats_curr_id
-left outer join connection_stats as p on p.id = l.stats_prev_id
+from client_connection as l
+left outer join client_connection_stats as c on c.id = l.stats_curr_id
+left outer join client_connection_stats as p on p.id = l.stats_prev_id
{sql_where}
{sql_orderby}
{sql_limit}
[ConnectionSet.count_sql]
select count(*)
-from connection as l
-left outer join connection_stats as c on c.id = l.stats_curr_id
+from client_connection as l
+left outer join client_connection_stats as c on c.id = l.stats_curr_id
{sql_where}
[ConnectionSet.html]
Show replies by date