summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_import.sh
diff options
context:
space:
mode:
authorJose M. Guisado <jguisado@soleta.eu>2021-05-10 10:48:19 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2021-05-10 13:28:03 +0200
commitd9397d8a4a477772c10e6f4abc844ca329d2b6c1 (patch)
tree0315509df057b1b6b1b617fd1073aee5c6836a33 /installer/opengnsys_import.sh
parent28b2541a02b30d04df19eb40bc058401d33f7469 (diff)
#1045 Fix duplicate software profiles bug
Sometimes a software profile creation does not fail although there is already an existing one with the same components. After some investigation, the reason seems to be that legacy code from ogAdmServer (deprecated) executes a SQL query using GROUP_CONCAT grouping all software components id in increasing order but this concatenated string ends up being truncated due to a maximul length variable in MySQL server. This variable is: "group_concat_max_len" and its default value is 1024. Fix this by increasing group_concat max length in MySQL.
Diffstat (limited to 'installer/opengnsys_import.sh')
0 files changed, 0 insertions, 0 deletions