Database query returns immediately?
I have a database query that creates a temporary table. It usually takes 40 minutes to run in MySQL Workbench. IDEA reports the query completed in 40ms and there's no records in the temporary table when the query completes. Other queries to the database are working. Any thougnts on why I'd see this behavior within IDEA?
Please sign in to leave a comment.
What is the exact query that you execute?
Any errors in idea.log (https://intellij-support.jetbrains.com/entries/23352446)?