I am using HeidiSQL version 11.0.0.5919, I import a large SQL file previously created by myself using this version of HeidiSQL it exports the entire database with drop options selected. I am importing the file again to check it works.
After the import completes a dialog is displayed with the title "Training: Warning", Training is the name of the session I created. In the dialog body it displays:
Your query produced 48 warnings.
Warnings from last query:
Note: PROCEDURE training.updateThreat does not exist
- Where do I see these 48 warnings because the process window showing the import status doesn't show any errors or warnings from the import.
- The procedure it is telling me does not exist, actually does exist and having search the SQL file the only place it is mentioned is on the lines:
DROP PROCEDURE IF EXISTS `updateThreat`;
Then below this line the SQL that creates the PROCEDURE, it isn't called anywhere in the SQL, so why am I seeing this warning?