--- contrib/realtime/mysql/meetme_old.sql 2010-08-03 22:05:50.000000000 +0300 +++ contrib/realtime/mysql/meetme.sql 2011-03-03 11:58:03.000000000 +0200 @@ -15,7 +15,7 @@ recordingformat char(10) NULL, maxusers int(11) NULL, members integer DEFAULT 0 NOT NULL, - index confno (confno,starttime,endtime) - PRIMARY KEY (bookid), + index confno (confno,starttime,endtime), + PRIMARY KEY (bookid) );