Skip to content
  • Rohit Kalhans's avatar
    3fb4c192
    Bug #13389196:BUILD FAILS IF P_S IS DISABLED WITH: · 3fb4c192
    Rohit Kalhans authored
    -DWITH_PERFSCHEMA_STORAGE_ENGINE:BOOL=OFF
    
    Problem: Build failure while building MySQL-5.6 when 
    performance schema is disabled.(i.e. compiling using the
    option -DWITH_PERFSCHEMA_STORAGE_ENGINE=OFF).
    
    Background: A few misplaced comma(',') in the the
    conditionally included code has caused this problem.
    
    Fix: Changed the comma positions so that the conditionally
    included code compiles properly.
    
     
    3fb4c192
    Bug #13389196:BUILD FAILS IF P_S IS DISABLED WITH:
    Rohit Kalhans authored
    -DWITH_PERFSCHEMA_STORAGE_ENGINE:BOOL=OFF
    
    Problem: Build failure while building MySQL-5.6 when 
    performance schema is disabled.(i.e. compiling using the
    option -DWITH_PERFSCHEMA_STORAGE_ENGINE=OFF).
    
    Background: A few misplaced comma(',') in the the
    conditionally included code has caused this problem.
    
    Fix: Changed the comma positions so that the conditionally
    included code compiles properly.
    
     
Loading