plugins with duplicate names do not throw error
Bug #520040 reported by
Monty Taylor
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle |
Fix Released
|
Critical
|
Monty Taylor | ||
Cherry |
Fix Released
|
Critical
|
Monty Taylor |
Bug Description
If two plugins have the same name listed in their manifest, an error is not thrown. Instead, the second plugin overwrites the entry of the first, leading to unexpected behavior.
We need to add a fatal error if two plugins of the same name are attempted to load.
Related branches
lp://staging/~mordred/drizzle/bug520040
- Brian Aker: Pending requested
-
Diff: 37 lines (+12/-2)1 file modifieddrizzled/plugin/loader.cc (+12/-2)
Changed in drizzle: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.