From: Dan Nelson Date: December 10 2004 5:10am Subject: Re: Deleted: 0 Skipped: 0 Warnings: a lot List-Archive: http://lists.mysql.com/mysql/177163 Message-Id: <20041210051014.GA6532@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Dec 09), kalin mintchev said: > > From: kalin mintchev [mailto:kalin@stripped] > >> Command is SHOW WARNINGS; > >> > >> You can run this from either the command line or from the MySQL CC SQL > >> viewer. > > > > thanks.. but from the command line i get: > > Check the manual that corresponds to your MySQL server version for the > > right syntax to use near > > 'warnings' at line 1 > > > > is mysql-standard-4.0.13 to old for show warnings!? http://dev.mysql.com/doc/mysql/en/SHOW_WARNINGS.html SHOW WARNINGS shows the error, warning, and note messages that resulted from the last statement that generated messages, or nothing if the last statement that used a table generated no messages. This statement is implemented as of MySQL 4.1.0. -- Dan Nelson dnelson@stripped