--TEST-- Bug #77289: PDO MySQL segfaults with persistent connection --SKIPIF-- --FILE-- true]); $pdo->exec("DROP TABLE IF EXISTS bug77289"); $pdo->exec("CREATE TEMPORARY TABLE bug77289 (x INT)"); $pdo->exec("UPDATE bug77289 SET x = x"); ?> ===DONE=== --EXPECT-- ===DONE===