1
0
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:
Sergei Golubchik
2011-10-19 22:55:43 +02:00
parent a078f13121
commit 9f40bfbe6a
2 changed files with 13 additions and 5 deletions

View File

@ -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;