E-Mail 'WordPress 3.3.2 & 3.4 Beta 3 Released' To A Friend

Email a copy of 'WordPress 3.3.2 & 3.4 Beta 3 Released' to a friend

* Required Field






Separate multiple entries with a comma. Maximum 5 entries.



Separate multiple entries with a comma. Maximum 5 entries.


E-Mail Image Verification

Loading ... Loading ...
1 Star2 Stars3 Stars4 Stars5 Stars (133 votes, average: 3.98 out of 5)

2 thoughts on “WordPress 3.3.2 & 3.4 Beta 3 Released”

  1. I post here, because comments seems to be disabled for the following post :

    https://lesterchan.net/wordpress/2008/07/17/how-to-turn-off-post-revision-in-wordpress-26/

    and I have an important bug to tell you about this code :

    DELETE a,b,c
    FROM wp_posts a
    LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)
    LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)
    WHERE a.post_type = ‘revision’

    The problem is that this code can possibly delete some wrong ‘wp_term_relationships’ records…

    In this table, the field ‘object_id’ is *not only* dedicated to set a relationship with the posts tables, but for others too. For example, the ‘links’ table can also be connected with an ID which could possibly (but quite rarely) be the same as a deleted revision.

    I wish to explain the problem to you and also to see with you if the following rule I suggest is correct :

    In this case, only ‘wp_term_relationships’ records that are connected to a ‘term_taxonomy’ which taxonomy is ‘category’ should be suppressed.

Comments are closed.