mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Check for Antelope and convert to Barracuda
This commit is contained in:
parent
16ff943ed3
commit
01c6179feb
4 changed files with 16 additions and 5 deletions
|
@ -1957,7 +1957,7 @@ class Item
|
|||
// There are duplicates. We delete our just created entry.
|
||||
Logger::info('Delete duplicated item', ['id' => $current_post, 'uri' => $item['uri'], 'uid' => $item['uid'], 'guid' => $item['guid']]);
|
||||
|
||||
// Yes, we could do a rollback here - but we are having many users with MyISAM.
|
||||
// Yes, we could do a rollback here - but we possibly are still having users with MyISAM.
|
||||
DBA::delete('item', ['id' => $current_post]);
|
||||
DBA::commit();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue