Heidisql: Incomplete progress status when running query batch

Created on 11 Mar 2018  路  7Comments  路  Source: HeidiSQL/HeidiSQL

Steps to reproduce this issue

Execute a large amount off statments - expected sse how much remains...

With current Heidi Version
image

With previous Heidi
image

Current behavior

In this new versions off Heidi we havent how many statments Heid will execute/was executed and I can find time elapsed/time estart

Expected behavior

Back again with this informations

Possible solution

Environment

  • HeidiSQL version: 9.5.0.5261 and to compare 9.5.0.5196
  • Database system and version: MariaDB
  • Operating system: Win 10 64 (FullHD)
bug

Most helpful comment

Forget my previous comment - that was the only thing working. I had the option "Send batch in one go" activated. Normal queries did not show up in the status bar. Should be fixed in the coming built.

All 7 comments

I can't reproduce this issue with Heidi 9.5.0.5261 and MariaDB 10.2.13

PS: http://prtsc.denes.cloud/heidisql_2018-03-12_20-03-19.png

Me too - works nice here with a sleep(10) query.

Hey guys, thanks!

I try again in another pc...

Try this:
select sleep(5);
select sleep(5);
select sleep(5);

When you run in the old version, Heidi show step by step (Run 1, 2,3), if you run in the newest version, show only "Running 1 of 3", when starts second, they not show anything...

Well, I cannot reprodue an issue in the elapsed time. But that "Execute queries x to y of z" is buggy - x is always 1.

OK, agree

Forget my previous comment - that was the only thing working. I had the option "Send batch in one go" activated. Normal queries did not show up in the status bar. Should be fixed in the coming built.

Thanks a lot @ansgarbecker , works very fine!

Was this page helpful?
0 / 5 - 0 ratings