12-18-2012, 05:32 PM
(12-18-2012, 04:15 PM)steinm Wrote:(12-18-2012, 01:36 AM)Daniel Wrote: Then the stored procedure is created without any error. As far as i understood from the manuals the last command is just to set back the Delimiter from $$ to ;
Indeed, the extra $$ shouldn't be there.
Uwe
But this error will not go away, even if the extra $$ are removed.
PHP Code:
PROCEDURE letonew.DROPFK does not exist
Can't create table 'letonew.#sql-1b3f_227' (errno: 121)
Daniel