29 Oct
2005
29 Oct
'05
6:35 a.m.
There is an issue with the "flat" mode, when you create the db according to the README file and choose PRIMARY KEY (listname, address)
MySQL brings up the following error : ERROR 1071: Specified key was too long. Max key length is 500
So in fact the initial definitions of address varchar(255) NOT NULL, listname varchar(255) NOT NULL,
do not work, you need to get under the 500 limit (I chose to kepp 255 for the address, and 100 for the listname)
-- Fil