In the last episode (Dec 09), kalin mintchev said:
> > From: kalin mintchev [mailto:[EMAIL PROTECTED]
> >> 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
        [EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to