A strange bug, is Mysql asynchronous?
- by Farf
Hello,
I have a strange bug. I launch a PHP Unit test Suite. At the beginning, it executes a big query to initialize the database.
If I put a breakpoint just after the execution of the sql, there is no problem and my tests pass.
If I don't put any break point, they don't pass and say that the tables don't exist!
It works as if the sql query was asynchronous!
Do you have an idea of the bug? Or how to debug that?
Thanks a lot in advance for your help, I'm lost!
Farf