• unknown's avatar
    Bug#11835 CREATE FUNCTION crashes server · 81858c0e
    unknown authored
     - Don't look for 'dl_open' if mysqld is compiled with "-all-static" 
    
    
    configure.in:
      No need to check for dlopen when mysqld is linked with -all-static 
      as it won't be able to load any functions (and in some cases segfaults)
    81858c0e
configure.in 102 KB