e94e379698
By sorting the sql syspref file, the frequency of merge conflicts when dealing with it should be reduced. Test plan: - create a new DB with a new table named systempreferences (with the same structure as the one you know). - insert the current sysprefs.sql file into this table. - note the number of rows in the systempreferences table. - Create a dump of the system preferences, e.g., mysql> \T sysprefs-1 mysql> SELECT * FROM systempreferences ORDER BY variable; mysql> exit - apply this patch. - delete all rows of the systempreferences table. - insert the new sysprefs.sql file. - verify the number of rows is the same as the previous. - Create a new dump of the system preferences, e.g., mysql> \T sysprefs-2 mysql> SELECT * FROM systempreferences ORDER BY variable; mysql> exit - Verify that the two dumps (sysprefs-1 and sysprefs-2) are identical. Signed-off-by: Srdjan <srdjan@catalyst.net.nz> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com> |
||
---|---|---|
.. | ||
data | ||
externalmodules.pl | ||
html-template-to-template-toolkit.pl | ||
install.pl | ||
InstallAuth.pm |