'Query duplicates in mysql log from different threads

In my mysql logs i have query duplicates from different threads

     9517 Quit  
     9518 Quit  
220427 17:16:40  9445 Execute   SELECT `id`, `article` FROM `films`.`payments352` ORDER BY `id` IS NULL DESC, `id` DESC
220427 17:16:44  9120 Execute   SELECT `id`, `article` FROM `films`.`payments352` ORDER BY `id` IS NULL DESC, `id` DESC
                 9186 Execute   SELECT `id`, `article` FROM `films`.`payments352` ORDER BY `id` IS NULL DESC, `id` DESC

what is this?

I use php doctrine orm (pdo_mysql as driver) in my project.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source