greeting,
In short, I have a database data directory, 2 Mysql daemon are running
parallel over it through different port and sock. Now I found a problem
that for daemon "A" its read and write are performing well, but for
daemon "B", its read operation is fine, but when I issue "insert"
statement with "B", the new record is cache:
1, from daemon B, I can see the record with "select" statement.
2, no warning/error messge after the insert operation.
3, from daemon A, I can't see the record! Data is not writen to the disk.
4, after daemon B is stop and close, record gone and next time if B will
come up again, record is not there of cause.
I've checked the unix level read/write access...all seem fine.
Why the record is not commited to the disk?
How to solve, or trace?
regards,
sheng
Comment