Bugs item #1636361, was opened at 2007-01-16 02:58 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1636361&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tools Group: ver devel >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Norman Brandinger (goestelecom) >Assigned to: Bogdan (bogdan_iancu) Summary: openser_mysql.sh syntax error Initial Comment: --- openser_mysql.sh 2007-01-15 17:40:54.000000000 -0500 +++ openser_mysql.new.sh 2007-01-15 19:54:14.000000000 -0500 @@ -438,7 +438,7 @@ $USERCOL varchar(64) NOT NULL default '', domain varchar(128) NOT NULL default '', UNIQUE KEY alias_key (alias_username,alias_domain), - INDEX alias_user ($USERCOL, domain) + INDEX alias_user ($USERCOL, domain), PRIMARY KEY (id) ) $TABLE_TYPE; ---------------------------------------------------------------------- >Comment By: Bogdan (bogdan_iancu) Date: 2007-01-16 11:26 Message: Logged In: YES user_id=1275325 Originator: NO Hi Norman, thanks for report - it is fixed now. regards, bogdan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1636361&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
