1
0
mirror of synced 2025-02-09 08:49:26 +03:00

Merge pull request #6025 from ywarnier/ywarnier-patch-1

Fix typo in batch-processing doc
This commit is contained in:
Marco Pivetta 2016-11-26 05:26:20 +01:00 committed by GitHub
commit be1fd130f1

View File

@ -100,7 +100,7 @@ with the batching strategy that was already used for bulk inserts:
Results may be fully buffered by the database client/ connection allocating
additional memory not visible to the PHP process. For large sets this
may easily kill the process for no apparant reason.
may easily kill the process for no apparent reason.
Bulk Deletes