Comment 2 for bug 352321

Revision history for this message
Martin Wimmer (martin-wimmer) wrote :

ok, thank you for your quick reply. I now created an import script and tested it.

With it I could also reproduce this bug on intrepid.

To see how the results of the query should normally look like, try to insert a dummy entry into the temp table:
INSERT INTO `plib_objects_plib_objects_dbo_temp` (`oid`, `expires`) VALUES
(-1, '2030-01-01 00:00:00');

After creating it the bug disappears. If you delete it, the bug appears again.