Bugs item #3492111, was opened at 2012-02-23 07:19
Message generated for change (Comment added) made by vargenau
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492111&group_id=6121
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: version 1.4.x (current)
>Group: Database
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Philip J. Hollenback (philiph)
>Assigned to: Marc-Etienne Vargenau (vargenau)
Summary: Invalid comment line in mysql-destroy.sql
Initial Comment:
The current mysql-destroy.sql in the schema directory has a typo:
--drop table if exists user;
mysql complains about this line. To fix, insert a space:
-- drop table if exists user;
I'm looking at the current phpwiki in svn as of 2/20/12.
----------------------------------------------------------------------
>Comment By: Marc-Etienne Vargenau (vargenau)
Date: 2012-03-06 08:19
Message:
Fixed in Subversion 8245
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492111&group_id=6121
|