Does not display number of affected rows after begin;

Hello!
My first day with Toad Edge for MYSQL :slight_smile:

I can not find the number of rows affected for a Begin / Commit transaction:
If I do:

begin;

update TableName
set Field= 5
where FieldProperty = 'Grad risc III';

I get only 2 statements processed on the info not the number of rows affected.
I use Begin exactly to know how many rows I will affect before commit :slight_smile:

Thank you for your time and attention!

Hi, welcome :), when you run

begin;

update TableName
set Field= 5
where FieldProperty = 'Grad risc III';

Toad Edge will inform you that 2 statements were processed.
So it looks like you would like to know number of rows processed, please create an item in our idea pond,
https://forums.toadworld.com/c/toad-edge/idea-pond
thanks
br.
Miroslav Stanik