mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
8.39
This commit is contained in:
@ -315,9 +315,8 @@ documentation for details of how to do this. It is a non-standard way of
|
||||
building PCRE, for use in environments that have limited stacks. Because of the
|
||||
greater use of memory management, it runs more slowly. Separate functions are
|
||||
provided so that special-purpose external code can be used for this case. When
|
||||
used, these functions are always called in a stack-like manner (last obtained,
|
||||
first freed), and always for memory blocks of the same size. There is a
|
||||
discussion about PCRE's stack usage in the
|
||||
used, these functions always allocate memory blocks of the same size. There is
|
||||
a discussion about PCRE's stack usage in the
|
||||
<a href="pcrestack.html"><b>pcrestack</b></a>
|
||||
documentation.
|
||||
</P>
|
||||
@ -2913,9 +2912,9 @@ Cambridge CB2 3QH, England.
|
||||
</P>
|
||||
<br><a name="SEC26" href="#TOC1">REVISION</a><br>
|
||||
<P>
|
||||
Last updated: 09 February 2014
|
||||
Last updated: 18 December 2015
|
||||
<br>
|
||||
Copyright © 1997-2014 University of Cambridge.
|
||||
Copyright © 1997-2015 University of Cambridge.
|
||||
<br>
|
||||
<p>
|
||||
Return to the <a href="index.html">PCRE index page</a>.
|
||||
|
Reference in New Issue
Block a user