... we are using file-per-table.
also, it occurred to me after sending my first email: perhaps innodb is
already doing something under the hood to make sure the tables are in
the same state on startup as they were left on shutdown
Les
--
MySQL General Mailing List
For list archives: http:/
we are doing a checksum on our Innodb tables before we shut the server
down (Windows) so that when we restart, we can compare the before and
after. the reason for this is we are encrypting files in between data
collection sessions, and we are making double sure we haven't munged our
data.
however,