MySQL Forums
Forum List  »  Newbie

Re: weird scenario after executing prepared statement
Posted by: Rick James
Date: May 24, 2014 02:02PM

Please provide (preferable via the mysql commandline tool) (and assuming your table name is `test`):

SHOW CREATE TABLE test;
SHOW VARIABLES LIKE 'autocommit';
SELECT COUNT(*), COUNT(DISTINCT tid) FROM test;

Options: ReplyQuote


Subject
Written By
Posted
Re: weird scenario after executing prepared statement
May 24, 2014 02:02PM


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.