| Bug #42877 | Back slash inserting in Last in data | ||
|---|---|---|---|
| Submitted: | 16 Feb 2009 12:08 | Modified: | 16 Mar 2009 12:35 |
| Reporter: | jignasha vithalani | Email Updates: | |
| Status: | No Feedback | Impact on me: | |
| Category: | MySQL Server: Parser | Severity: | S1 (Critical) |
| Version: | 5 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[16 Feb 2009 12:35]
Sveta Smirnova
Thank you for the report. This looks for me like not accurately written software which runs website. If you think this is bug in MySQL code and not in website please provide repeatable test case, i.e. standalone PHP program which connects to MySQL and issue hard-coded problem query.
[17 Mar 2009 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".

Description: When you insert \ (backslash) at last in string, it will create very strange problem in fetching data and also effects other data in database I cannot tell it as database crash,but whole database behaves very strangely This happens with website developed with PHP,MySQL,Ajax How to repeat: (1) Take Website developed with PHP,MySQL,Ajax (2) Insert \ at end of any user input data from website (3) Then after the next action which needs to happen with submiting that form gives blank page (4) Also other data related with that inserted data,gives everything blank