summaryrefslogtreecommitdiffstats
path: root/doc/mysql-ulogd2-flat.sql
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong definition of views in flat DB schemaPierre Chifflier2009-09-171-6/+6
| | | | | | Create views using the ip_protocol field (and not the oob_family). Signed-off-by: Pierre Chifflier <chifflier@inl.fr>
* Flat SQL schema for MySQLPierre Chifflier2009-01-071-0/+478
This schema is designed for performance, by putting all fields in a single table. It should be used in combination with plain INSERT. Signed-off-by: Pierre Chifflier <chifflier@inl.fr>