Skip to content
  • magnus.blaudd@oracle.com's avatar
    37d04bf5
    WL#7646 Improve ndbcluster Ndb_component usage · 37d04bf5
    magnus.blaudd@oracle.com authored
     - Returning an error from ndbcluster_init() will only
       lead to a warning being printed by the MySQL Server
       and the next plugin to be loaded. I.e the error
       is more or less silently ignored.
     - Handle the problem by printing an error to the log
       and then exit the MySQL Server in case an error is detected
       in ndbcluster_init(). Errors like this should be rare, but
       better to have a disctinct behaviour than allowing 
       the MySQL Server to continue start.
     - Workaround is to start the server "anyway" is to use --skip-ndbcluster 
     - Remove code which tries to cleanup failed ndbcluster_init
    37d04bf5
    WL#7646 Improve ndbcluster Ndb_component usage
    magnus.blaudd@oracle.com authored
     - Returning an error from ndbcluster_init() will only
       lead to a warning being printed by the MySQL Server
       and the next plugin to be loaded. I.e the error
       is more or less silently ignored.
     - Handle the problem by printing an error to the log
       and then exit the MySQL Server in case an error is detected
       in ndbcluster_init(). Errors like this should be rare, but
       better to have a disctinct behaviour than allowing 
       the MySQL Server to continue start.
     - Workaround is to start the server "anyway" is to use --skip-ndbcluster 
     - Remove code which tries to cleanup failed ndbcluster_init
Loading