Re: Indexing issue in slave !!

2007-01-06 Thread Dan Nelson
In the last episode (Jan 06), Himanshu Raina said: > I am facing a peculiar problem.When i execute a query on slave server > it doesn't use indexes that have been created and hence read all the > records present in that table.The same query when execute on Master > yields proper results.The table s

Indexing issue in slave !!

2007-01-06 Thread Himanshu Raina
Hi, I am facing a peculiar problem.When i execute a query on slave server it doesn't use indexes that have been created and hence read all the records present in that table.The same query when execute on Master yields proper results.The table structure , table types are same.What could be wrong