View Issue Details

IDProjectCategoryView StatusLast Update
0005143OXID eShop (all versions)4.01. Database handlingpublic2014-06-10 13:51
Reportermbrotzeller Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.5 / 5.0.5 
Target Version4.8.7 / 5.1.7Fixed in Version4.8.7 / 5.1.7 
Summary0005143: Adodb driver for mysql needs new format for performance test
Descriptionin 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 ReproduceInstall Eshop
Set $this->iDebug =2 in config.inc.php
Open your shop in a browser
Enjoy your Adodb Exception
TagsPerformance
ThemeBoth
BrowserAll
PHP Versionany
Database Version5.5

Relationships

related to 0005622 resolvedLinas Kukulskis Problem with database 

Activities

Linas Kukulskis

2014-06-10 13:51

reporter   ~0009948

changed query