• unknown's avatar
    dbug/dbug_analyze.c : Avoid the unresolved symbol "my_thread_global_init()" · e67c28ca
    unknown authored
                            in a build "--without-server".
    
    Fix for bug#14685
    
    
    dbug/dbug_analyze.c:
      In a build "--without-server", the libraries will be built without threading.
      In this case, "my_thread_global_init()" is missing in the libraries, and the 
      linker will report an unresolved symbol.
      
      Avoid this error by making the call to "my_thread_global_init()" depend on 
      "#ifdef THREAD".
      
      Fix for bug#14685
    e67c28ca
dbug_analyze.c 19.6 KB