Bug#323286: mysql: DELETE TABLE tabletodelete; fails with errcode 17

2005-10-25 Thread Christian Hammers
Please try mysql-server_3.23.49-8.14, it should fix the bug. bye, -christian- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#323286: mysql: DELETE TABLE tabletodelete; fails with errcode 17

2005-08-15 Thread Christian Hammers
severity 306409 important reassign 306409 mysql-server merge 323286 306409 thanks On 2005-08-16 Tero Tilus wrote: > Emptying table with DELETE TABLE without WHERE fails. DELETE TABLE _with_ > WHERE instead works. This is a known bug caused by a security patch that had this as a side effect. Pleas

Bug#323286: mysql: DELETE TABLE tabletodelete; fails with errcode 17

2005-08-15 Thread Tero Tilus
Package: mysql Version: N/A Severity: normal Emptying table with DELETE TABLE without WHERE fails. DELETE TABLE _with_ WHERE instead works. - mysql> delete from kategoriat; ERROR 1: Can't create/write to file './kategoriatesti/kategoriat.ISM' (Errcode: 17) mysql> delete from kategoriat where 0=0