manticoresoftware / manticoresearch

Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon
https://manticoresearch.com
GNU General Public License v3.0
8.87k stars 490 forks source link

MySQL Workbench cannot connect to Manticore #1279

Open githubmanticore opened 1 year ago

githubmanticore commented 1 year ago

The MySQL Workbench tool fails when trying to connect to Manticore although it works fine with MySQL. In both cases it sends the same requests in the same order. The idea is that we can try to emulate the exact responses sent from MySQL to MySQL Workbench first and then replace them one by one with the actual Manticore responses to detect the differing parts which cause the error.

Here are the dumps of the tcp exchanges between Mysql Workbench and both Manticore and MySQL: workbench.zip

githubmanticore commented 1 year ago

➤ Sergey Nikolaev commented:

Please provide more details about the issue.

githubmanticore commented 1 year ago

➤ Nick Sergeev commented:

I've added the details to the issue's body.