"Chad Attermann" <[EMAIL PROTECTED]> wrote:
> I am using HIGH_PRIORITY in my SELECTs to force queries to take predcedence over
> updating
> due to replication. I have recently implemented UNION in some of my queries to
> optimize
> queries like "WHERE table1.column1=something OR table1.column2=s
Hello,
I am using HIGH_PRIORITY in my SELECTs to force queries to take predcedence over
updating due to replication. I have recently implemented UNION in some of my queries
to optimize queries like "WHERE table1.column1=something OR
table1.column2=somethingelse".
Anyway, I first tried formatt