[wp-trac] [WordPress Trac] #34611: WordPress database error

WordPress Trac noreply at wordpress.org
Sat Nov 7 20:30:00 UTC 2015


#34611: WordPress database error
--------------------------+------------------------------
 Reporter:  wpdeveloper   |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Database      |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by boonebgorges):

 @dd32 Is there precedent for shimming support for new tables into database
 dropins? For example, what if someplace like `wp_set_wpdb_vars()`, we did
 something like:

 {{{
 if ( ! in_array( 'termmeta', $wpdb->tables ) ) {
     $wpdb->tables[] = 'termmeta';
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34611#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list