21.11.2011, 12:03
It's probably due to a buffer overflow (e.g. mysql_fetch_field_row overwrites the number of arguments stored on the stack so the AMX pops too much cells), the MySQL plugin doesn't check output string size in either of its natives (this is clearly a bug). You might try increasing your output strings so the data will fit them.