135
134
unsigned char buff[STACK_BUFF_ALLOC]; // Max argument in function
136
135
session->session_marker= 0;
137
136
used_tables_cache= not_null_tables_cache= 0;
140
139
if (check_stack_overrun(session, STACK_MIN_SIZE, buff))
141
140
return true; // Fatal error if flag is set!