• vasil's avatar
    branches/zip: · 03a3d076
    vasil authored
     
    Fix Mantis issue#34 https://svn.innodb.com/mantis/view.php?id=34
    "I_S plugins should refuse to load if the storage engine plugin is not loaded"
    and MySQL Bug#36310 http://bugs.mysql.com/36310
    "InnoDB plugin crash"
    
    * Make srv_was_started public
    * Set srv_was_started at the end of innobase_start_or_create_for_mysql()
      so it is not set to TRUE if innodb encounters some startup error
    * Refuse to start any of the I_S plugins if srv_was_started is not TRUE
    
    Approved by:	Heikki
    03a3d076
srv0start.c 47.9 KB