View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005143 | OXID eShop (all versions) | 4.01. Database handling | public | 2013-06-04 15:07 | 2014-06-10 13:51 |
| Reporter | mbrotzeller | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.7.5 / 5.0.5 | ||||
| Target Version | 4.8.7 / 5.1.7 | Fixed in Version | 4.8.7 / 5.1.7 | ||
| Summary | 0005143: Adodb driver for mysql needs new format for performance test | ||||
| Description | in core/adodblite/adodbSQL_drivers/mysql/mysql_perfmon_module.inc, there is a statement on line 298 that says $rs = $this->Execute('show innodb status'); Mysql 5.5.31 does not like that anymore, the correct syntax was "show engine innodb status" | ||||
| Steps To Reproduce | Install Eshop Set $this->iDebug =2 in config.inc.php Open your shop in a browser Enjoy your Adodb Exception | ||||
| Tags | Performance | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | 5.5 | ||||
| related to | 0005622 | resolved | Linas Kukulskis | Problem with database |