For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
bool fold_condition(THD *thd, Item *cond, Item **retcond, Item::cond_result *cond_value, bool manifest_result=false)
Fold boolean condition {=, <>, >, >=, <, <=, <=>} involving constants and fields (or references to fi...
Definition: sql_const_folding.cc:1256