https://bugs.koozali.org/show_bug.cgi?id=11046

Jean-Philippe Pialasse <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |IN_PROGRESS
         Resolution|FIXED                       |---

--- Comment #29 from Jean-Philippe Pialasse <[email protected]> ---
still an issue

it is only showing in web interface

Collecting data...


and in messages log we get some

Jun  6 00:42:34 sme10 bandwidthd: MySQL CREATE TABLE failed: You have an error
in your SQL syntax; check the manual that corresponds to your MariaDB server
version for the right syntax to use near 'TYPE=innodb' at line 1

from bandwidthd source code I see, in the middle of others: 

CREATE TABLE bd_rx_total_log (sensor_id INT, ip INT UNSIGNED, timestamp
TIMESTAMP, sample_duration INT, total INT, icmp INT, udp INT, tcp INT, ftp INT,
http INT, p2p INT, INDEX bd_rx_total_log_sensors_id_timestamp_idx (sensor_id,
timestamp)) TYPE=innodb;

wants: 

ENGINE=innodb

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to