Re: I want to drop "double click" from apache's log store in mysql table

2001-10-23 Thread Gary Huntress
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 23, 2001 11:36 AM Subject: I want to drop "double click" from apache's log store in mysql table Hello and a big thank's to all mysql team for your wonderfull product. I use a mysql table to store my apache'

I want to drop "double click" from apache's log store in mysql table

2001-10-23 Thread herve.bayou
Hello and a big thank's to all mysql team for your wonderfull product. I use a mysql table to store my apache's logs. The table is like CREATE TABLE IF NOT EXISTS log ( ip char(12) not null, date datetime not null, ... PRIMARY KEY ( date, ip ) ); Some times, people double click on a link s