From: SourceForge.net <no...@so...> - 2006-09-16 02:19:04
|
Patches item #1559658, was opened at 2006-09-15 22:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390119&aid=1559658&group_id=27350 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: DB backends Group: Bugfix Status: Open Resolution: None Priority: 5 Submitted By: Danny (perunaion) Assigned to: Nobody/Anonymous (nobody) Summary: mysql5 bugfixes for release reserved word Initial Comment: In MySQL 5, 'release' became a keyword, one of the tables uses it as a column name, to deal with this it must be inclosed in back-ticks. Attached is a patch of 0.9.5 directory against fixes made in two files. initdb-mysql and lib/LXR/Index/Mysql.pm. To use the patch, extract the tgz and execute the command: patch -p0 <mysql5_release_reserved_word.patch The -p0 parameter specifies how much of the tree the patch program should ignore. Depending on your current directory, you may have to alter this value to be greater. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390119&aid=1559658&group_id=27350 |