Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-query request gets stuck #2165

Open
3 of 8 tasks
Nick-S-2018 opened this issue May 13, 2024 · 0 comments
Open
3 of 8 tasks

Multi-query request gets stuck #2165

Nick-S-2018 opened this issue May 13, 2024 · 0 comments
Assignees

Comments

@Nick-S-2018
Copy link
Collaborator

Nick-S-2018 commented May 13, 2024

Bug Description:

The following request get stuck when executed via MySQL console:

mysql> delimiter #
mysql> show tables; show tables#

If we execute the same request via HTTP API, an empty result is returned:

curl localhost 9308/cli_json -d 'show tables; show tables'

Manticore Search Version:

Manticore 6.2.13 7f1c40627@24050907 dev

Operating System Version:

Ununtu 22.04 LTS

Have you tried the latest development version?

  • Yes

Internal Checklist:

To be completed by the assignee. Check off tasks that have been completed or are not applicable.

  • Task estimated
  • Specification created, reviewed, and approved
  • Implementation completed
  • Tests developed
  • Documentation updated
  • Documentation proofread
  • Changelog updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants