You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description: The issue is that Azure DB returns a wrong thread id after connecting to the server. In SQLyog, we are checking whether it is an Azure DB or not. If the MySQL hostname contains "database.azure.com" then we are considering it as an Azure DB and then we are executing another query (select connection_id()) to fetch the thread id if it is an Azure DB.
The user report can be found in SF: 00946340, 00965619, 00965658
The text was updated successfully, but these errors were encountered:
Issue description: The issue is that Azure DB returns a wrong thread id after connecting to the server. In SQLyog, we are checking whether it is an Azure DB or not. If the MySQL hostname contains "database.azure.com" then we are considering it as an Azure DB and then we are executing another query (select connection_id()) to fetch the thread id if it is an Azure DB.
The user report can be found in SF: 00946340, 00965619, 00965658
The text was updated successfully, but these errors were encountered: