hello,
from the page
http://dev.mysql.com/doc/refman/5.0/en/show-warnings.html

I understand that if I want to look at all the warnings with the command :
show warnings;

then I have first to set a limit bigger than any numbers of warnings that could happen, say :
(I know that it might be painfull to look at billion of warnings... but)
SET max_error_count=10000000;

Is there just a way to suppress the limit , and so never being limited to 64 default value ?

thanx !


_-¯-_-¯-_-¯-_-¯-_
Gilles Missonnier
IAP - [EMAIL PROTECTED]
01 44 32 81 36
-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to