mysql list, after my upgrade to 5.1.36 I hit this odd little problem:
I have an application which does roughly this: CREATE TEMP TABLE new LIKE old; populate 'new'. do some stuff TRUNCATE new; populate again This has always worked fine, but after the upgrade it failed because the user does not have DROP authority on 'new'. Can anyone explain to me what causes this change in behaviour? For the time being I've changed the TRUNCATE to a DELETE. /Per Jessen, Zürich -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=arch...@jab.org