MySQL Forums
Forum List  »  Perl

Re: Unknown column 'subtest_id' in 'NEW'
Posted by: Rick James
Date: September 12, 2013 09:37PM

> Also we don't want to use...

Then do the following:
* Use InnoDB
* Use transactions (BEGIN...COMMIT around the code)

Let's see SHOW CREATE TABLE subtest.

Options: ReplyQuote


Subject
Written By
Posted
Re: Unknown column 'subtest_id' in 'NEW'
September 12, 2013 09:37PM


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.