!466 MOT fixes and code cleanup

Merge pull request !466 from Vinoth Veeraraghavan/master
This commit is contained in:
opengauss-bot
2020-12-11 15:14:35 +08:00
committed by Gitee
75 changed files with 1880 additions and 1931 deletions

View File

@ -1405,7 +1405,6 @@ static void knl_t_mot_init(knl_t_mot_context* mot_cxt)
mot_cxt->log_line_overflow = false;
mot_cxt->log_line_buf = NULL;
mot_cxt->log_level = 3; // the equivalent of MOT::LogLevel::LL_INFO
mot_cxt->init_codegen_once = false;
mot_cxt->currentThreadId = (uint16_t)-1;
mot_cxt->currentNumaNodeId = (-2);