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