INSERT INTO `".$pre."record` (`link_id`, `key`, `stream`, `url`, `time`, `action`, `data`) VALUES (0, $id, '$stream', $url, $time, '$action', '$data')
1 link_id int(11) - pozor! neni index, ani primarni klic, nic z toho
2 key tinytext utf8_czech_ci - prazdna poloha pro hash (ktery se objevi u kazde cca 10000. polozky a pote je odstranen od okamziku, kdy neni treba a uz je jasna identifikace pres link_id)
3 stream int(11)
4 url int(11)
5 time bigint(20)
6 action smallint(6)
7 data tinytext utf8_czech_ci