This file is indexed.

/usr/share/zentyal-firewall/sql/period/firewall_packet_traffic.sql is in zentyal-firewall 2.3.9+quantal1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
CREATE TABLE IF NOT EXISTS firewall_packet_traffic(
        `date` TIMESTAMP NOT NULL,
        `drop` BIGINT DEFAULT 0,
        INDEX(`date`)
) ENGINE = MyISAM;