95
95
((str1_len) == sizeof(str2_onstack) \
96
96
&& memcmp(str1, str2_onstack, sizeof(str2_onstack)) == 0)
117
98
/*********************************************************************//**
118
99
If a table is not yet in the drop list, adds the table to the list of tables
119
100
which the master thread drops in background. We need this on Unix because in