• unknown's avatar
    Do not create log table handler if run in bootstrap mode. · 70471e6a
    unknown authored
    This patch also fixes annoying complains on the log tables
    absence, issued by the shell version of mysql-test-run.
    
    
    sql/log.h:
      check for the table log handler presence, as now it
      could be absent in some cases. Namely, during bootstrap.
    sql/mysqld.cc:
      do not create log table handler, if run
      in bootstrap mode.
    70471e6a
log.h 17 KB