There are a few checks in the code that check the database name property to determine if mysql is the first 5 characters. These checks exclude supporting the PDO MySQL driver since its internal name is pdomysql. This PR changes the checks to determine if mysql is contained in the name or not.
@test success: I have tested this by enabling Debug System in the global configuration. After that load a page and verified that the code is triggered and working as before.
roland-d
- test_item
- 5 May 2015
- Tested successfully
Note: Sorry for so many comments. Don't know how it is got added, I simply click on Post Comment button only one time. It got chunk and I refresh the page and found this many comments.
@mbabker If we only named them mysqlpdo ;)
@test success: I have tested this by enabling Debug System in the global configuration. After that load a page and verified that the code is triggered and working as before.