RE: problem with timestamp data type

2007-05-24 Thread David Lombardi
Maybe, it has to do with the TIMESTAMP behavior: whenever you insert a TIMESTAMP value MySQL converts it to UTC and converts it back to local time (or the time you entered). To prevent this behavior you can - change TIMESTAMP into DATETIME or - "disable" it by adding this setting to the MY.INI

Recall: What does MIN_ROWS table option do?

2005-11-16 Thread David Lombardi
David Lombardi would like to recall the message, "What does MIN_ROWS table option do?".