MySQL Forums
Forum List  »  MyISAM

Re: After creating a big amount of temporary tables I get this message: Can't create table 'table_name' (errno: 22) the binary log entry just before getting the error : DROP /*!40005 TEMPORARY */ TABLE IF EXISTS...
Posted by: Rick James
Date: February 23, 2013 07:01PM

perror 22
OS error code 22: Invalid argument

What version of MySQL are you running?
What Engine was the temp table?
Is replication involved?

Is this the actual table name?
'table_name'
Including the quotes? If so, I would expect a syntax error.

What is the actual table name; maybe it has naughty characters in it.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: After creating a big amount of temporary tables I get this message: Can't create table 'table_name' (errno: 22) the binary log entry just before getting the error : DROP /*!40005 TEMPORARY */ TABLE IF EXISTS...
1512
February 23, 2013 07:01PM


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.