Jed Reynolds wrote:
I'm seeing errors in my application where I'm getting from simple selects every few hours:

I do a "flush table activity_profiles; check table activity_profiles;" and the table seems to have fixed itself.

Any thots?

Thanks for the thots, guys. It turns out one of my co-masters regressed it's my.cnf file...with the same auto_increment_offset value. I think replication was creating primary key collisions that were then re-written by concurrent activity. Lost data resulted, but the table didn't get trashed.

Jed

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to