Bug #1415
There is a typo in /src/pool/sqlite.sql
Start date:
18.04.2016
Due date:
Estimated time:
Affected version:
5.4.0
Resolution:
Fixed
Description
The original code of line 40~43 is:
DROP INDEX IF EXISTS child_config_traffic_selector; CREATE INDEX child_config_traffic_selector_all ON child_config_traffic_selector ( child_cfg, traffic_selector );
in line 40, It should be:
DROP INDEX IF EXISTS child_config_traffic_selector_all;
History
#1 Updated by Tobias Brunner over 9 years ago
- Tracker changed from Issue to Bug
- Status changed from New to Closed
- Assignee set to Tobias Brunner
- Target version set to 5.5.0
- Resolution set to Fixed
Fixed with the associated commit, thanks!