[wp-trac] [WordPress Trac] #42622: Maintenance Mode / DB Repair

WordPress Trac noreply at wordpress.org
Sat Nov 18 22:27:00 UTC 2017


#42622: Maintenance Mode / DB Repair
--------------------------+-----------------------------
 Reporter:  munklefish    |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  4.9
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Adding
 {{{
 define('WP_ALLOW_REPAIR', true);
 }}}
  to WP-config.php enable the database optimisation/repair mode as
 expected. However, setting the value to false is also interpreted as if it
 were true.
 eg:
 {{{
 define('WP_ALLOW_REPAIR', false);
 }}}

 I suspect that the properly formated presence of this constant will be
 interpreted as if it were true regardless of the actual content, although
 I have not tested this.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42622>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list