DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41881>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41881 Summary: Apache.exe 2.0.59 crashes when running specific MySQL query Product: Apache httpd-2 Version: 2.0.59 Platform: Other OS/Version: Windows XP Status: NEW Severity: major Priority: P1 Component: All AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] While debugging a problem in my news management system, I came across a problem with Apache which seems to crash each time a specific SQL Query is run. Running the query directly into phpMyadmin works fine, but not in my script. The query is simply: SELECT * FROM `ebanews_categories` WHERE `parent_id` = 0 ORDER BY `id` DESC LIMIT 0 , 4 which should return 4 rows. The clue here is parent_id's value. If I set it to '', Apache doesn't crash. (I'm not really sure what more information I can give at this point. Is is possible to create a crashlog or something?) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
