search_uninstall does not delete 'search_cron_limit'. This applies to 5.1 as well, although this patch is against 6.x-dev
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | search_uninstall_0.patch | 566 bytes | Freso |
| #1 | search_uninstall.patch | 526 bytes | Freso |
| search6_install.txt | 255 bytes | nancydru |
Comments
Comment #1
Freso commentedI can reproduce this bug.
The patch doesn't apply:
The attached re-rolled patch removes the variable on uninstall and thus fixes the bug. And there was much rejoicing. :)
Test procedure:
Install/enable the search module, go to admin/settings/search and change "Items to index per cron" to something other than the default, check the "variable" table in the database that "search_cron_limit" is there, disable and then uninstall the search module, check the "variable" table, apply patch, enable search module and then disable and uninstall module again, check the "variable" table this last time, as "search_cron_limit" should no longer be there! Woohoo!
Comment #2
gábor hojtsyThanks, committed.
Comment #3
Freso commentedSince the problem appears in D5, it should be fixed there as well. Ported patch attached.
Comment #4
drummCommitted to 5.x.
Comment #5
(not verified) commented