Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#2001 closed Bug/Fehler (fixed)

unnötiger Code - new_attributes_include.php

Reported by: Volker Strähle Owned by: Gerhard Waldemair
Priority: normal Milestone: modified-shop-2.0.6.0
Component: Admin Version: trunk
Keywords: Cc:
Blocked By: Blocking:

Description (last modified by Torsten Riemer)

In /admin/includes/modules/new_attributes_include.php findet sich auf ca. Zeile 200 folgender Code:

                // Lets get all of the possible options
                $query = "SELECT *
                            FROM ".TABLE_PRODUCTS_OPTIONS."
                           WHERE products_options_id LIKE '%'
                             AND language_id = '" . (int)$_SESSION['languages_id'] . "'
                        ORDER BY ". $option_order_by;

products_options_id LIKE '%' ist unnötig und führt zu einem langsamen tablescan.

Attachments (0)

Change History (4)

comment:1 by Gerhard Waldemair, 5 years ago

Resolution: invalid
Status: newclosed

diese Datei gibt es nicht mehr

comment:2 by Volker Strähle, 5 years ago

Resolution: invalid
Status: closedreopened

Falscher Dateiname: new_attributes_include.php

Sorry

comment:3 by Gerhard Waldemair, 5 years ago

Owner: set to Gerhard Waldemair
Resolution: fixed
Status: reopenedclosed

In 13472:

fix #2001 - remove unnecessary code

comment:4 by Torsten Riemer, 5 years ago

Component: ModuleAdmin
Description: modified (diff)
Milestone: DB-Performancemodified-shop-2.0.6.0
Summary: unnötiger Code - new_attributes.phpunnötiger Code - new_attributes_include.php

Modify Ticket

Action
as closed The owner will remain Gerhard Waldemair.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.