[MDEV-26104] PHP PDO with bind variables crashing 10.2.39 Created: 2021-07-07 Updated: 2021-10-25 Resolved: 2021-10-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.2.39 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Kevin Andrews | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Description |
|
Might be related to Looks like a regression as 10.2.38 runs our query through PHP PDO without crashing the mariadb server. Switching our container up to either 10.2 or 10.2.39 crashes the entire mariadb instance when running our query through PHP PDO, however MySQL command line and through DBeaver work fine. I can try to replicate with a simpler query if needed, however this query it is crashing on is a complex one. Logs:
|
| Comments |
| Comment by Sergei Golubchik [ 2021-07-17 ] |
|
Yes, please, try. It'd help a lot if we'd be able to repeat the crash. |
| Comment by Elena Stepanova [ 2021-08-18 ] |
|
caffe1neadd1ct, have you had any luck with this? |
| Comment by Kevin Andrews [ 2021-08-18 ] |
|
Query ran fine on 10.2.39 through dbeaver and mysql client, only caused crashes through the PHP application, had to roll back to 10.2.38 to resolved the mysql server crashing as it's an operational application. I've fired up a local docker instance of 10.2.39-bionic and no error running the same query on empty tables of the same structure through a local copy of the PHP application. Importing a sample dataset now, however i'm leaning toward an issue with our specific setup/environment which should be interesting to track down. |
| Comment by Kevin Andrews [ 2021-08-18 ] |
|
Sample dataset loaded, still no error through the local PHP application and a fresh docker 10.2.39 I'll put more time in to test with a copy of the application's docker php setup with the fresh 10.2.39 docker instance and see if it's something to do with our PHP docker version and bound vars / PDO. |
| Comment by Sergei Golubchik [ 2021-10-25 ] |
|
For now I'll close the issue as "Incomplete" as there was no feedback for a month. But don't worry we'll reopen it if you reply with something to us to work on |