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