Hi,
I am using a query that returns around 13000 records from a mysql database. The problem i am facing is, if i want to add any more coulmns in the query, mysql does not return all the records. It returns only around 8000 records.
I somehow feel that it has something to do with the number of bytes returned by a query. Is this the case ? How do i change the same ?
Thanks,
Karthik