mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MWL#182: Explain running statements
- Remove out-of-date comments, add dbug assertions.
This commit is contained in:
@ -1242,11 +1242,6 @@ int merge_buffers(SORTPARAM *param, IO_CACHE *from_file,
|
||||
|
||||
status_var_increment(thd->status_var.filesort_merge_passes);
|
||||
thd->query_plan_fsort_passes++;
|
||||
/*if (param->not_killable)
|
||||
{
|
||||
killed= ¬_killable;
|
||||
not_killable= NOT_KILLED;
|
||||
}*/
|
||||
|
||||
error=0;
|
||||
rec_length= param->rec_length;
|
||||
|
Reference in New Issue
Block a user