07.01.2018, 12:37
I'm using lastest version of mysql, what's the problem i don't get it.
Код:
error 017: undefined symbol "mysql_store_result"
error 017: undefined symbol "mysql_num_rows"
error 017: undefined symbol "mysql_fetch_row_format"
mysql_store_result();
if(cache_num_rows() == 0) break;
else if(mysql_num_rows() != 0)
{
mysql_fetch_row_format(gQuery);

