This fixes a bug where we did a full open for a temporary table for CREATE TABLE LIKE when all we really needed to do was look at the definition.
BTW I realized this bug while looking at placeholders and seeing that one was somehow being reused for a temporary table. We don't have nearly enough logic in the system to correctly make sure that placeholders do not get recycled (though they should not be).