Fix typo in batch-processing doc
See http://www.dictionary.com/misspelling?term=apparant&s=t
This commit is contained in:
parent
cd11723e63
commit
05db15f7ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Results may be fully buffered by the database client/ connection allocating
|
||||||
additional memory not visible to the PHP process. For large sets this
|
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
|
Bulk Deletes
|
||||||
|
|
Loading…
Add table
Reference in a new issue