2 messages in com.mysql.lists.bugsErrors that should be warnings
FromSent OnAttachments
Jan Willamowius09 Sep 2000 07:34 
Michael Widenius10 Sep 2000 01:39 
Subject:Errors that should be warnings
From:Jan Willamowius (ja@janhh.shnet.org)
Date:09/09/2000 07:34:23 AM
List:com.mysql.lists.bugs

Usually it makes sense to abort a query when a table or index doesn't exist. However I'm a little anoyed that even those queries abort with an error where the missing object doesn't make a difference.

Examples: - "drop table" where the table doesn't exist (anymore) - "select * from table ignore index" where the index doesn't exist

In my view those casses should be written in the error log, but the query should proceed!

Best regrads, Jan