1
0
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:
Sergey Petrunya
2012-06-25 18:39:26 +04:00
parent 45503698c1
commit 66c62de103
6 changed files with 8 additions and 18 deletions

View File

@ -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= &not_killable;
not_killable= NOT_KILLED;
}*/
error=0;
rec_length= param->rec_length;