mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
bugfix: progress reporting and sub-statements
(a stored function or TRIGGER, that runs LOAD DATA, which, itself, invokes another trigger, that also does LOAD DATA, etc).
This commit is contained in:
@ -1654,6 +1654,7 @@ public:
|
||||
uint stage, max_stage;
|
||||
ulonglong counter, max_counter;
|
||||
ulonglong next_report_time;
|
||||
Query_arena *arena;
|
||||
} progress;
|
||||
|
||||
thr_lock_type update_lock_default;
|
||||
|
Reference in New Issue
Block a user