MySQL Forums
Forum List  »  Newbie

Re: Wordpress Database Problem
Posted by: Rick James
Date: October 30, 2015 05:05PM

DELETE, when using MyISAM, creates holes in the table. A subsequent INSERT will fill in a hole (or holes). This probably caused the unexpected ordering. Do NOT expect a SELECT without an ORDER BY to be in any particular order.

Options: ReplyQuote


Subject
Written By
Posted
October 19, 2015 12:15PM
Re: Wordpress Database Problem
October 30, 2015 05:05PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.