Hi,

plugins: mysql[sqltest]
sql_optimize_clauses[sqltest]: true
sql_table[sqltest]: acct
...
aggregate: src_as, [...] flows, tag

I also tried

aggregate[sqltest]: src_as, [...] flows, tag

It is also in my schema:

create table acct (
        id INT(4) UNSIGNED NOT NULL AUTO_INCREMENT,
        agent_id INT(4) UNSIGNED NOT NULL,
        as_src INT(4) UNSIGNED NOT NULL,
        [...]
        flows INT UNSIGNED NOT NULL,
        packets INT UNSIGNED NOT NULL,
        bytes BIGINT UNSIGNED NOT NULL,
        stamp_inserted DATETIME NOT NULL,
        stamp_updated DATETIME,
        PRIMARY KEY (id),
        INDEX idxall (agent_id, as_src, as_dst, stamp_inserted)
) TYPE=MyISAM AUTO_INCREMENT=1;

No matter what, I always get this:

ERROR ( sqltest/mysql ): The accounting of flows requires SQL table v4. Exiting.

Using latest cvs code (2010-01-29).

Any ideas?

Thanks,
Z.


_______________________________________________
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Reply via email to