[Pcre-svn] [452] code/trunk/README: Add note about MySQL to …

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [452] code/trunk/README: Add note about MySQL to README.
Revision: 452
          http://vcs.pcre.org/viewvc?view=rev&revision=452
Author:   ph10
Date:     2009-09-16 20:18:51 +0100 (Wed, 16 Sep 2009)


Log Message:
-----------
Add note about MySQL to README.

Modified Paths:
--------------
    code/trunk/README


Modified: code/trunk/README
===================================================================
--- code/trunk/README    2009-09-16 11:05:51 UTC (rev 451)
+++ code/trunk/README    2009-09-16 19:18:51 UTC (rev 452)
@@ -24,6 +24,7 @@
   Shared libraries on Unix-like systems
   Cross-compiling on Unix-like systems
   Using HP's ANSI C++ compiler (aCC)
+  Using PCRE from MySQL 
   Making new tarballs
   Testing PCRE
   Character tables
@@ -476,8 +477,18 @@
 running the "configure" script:


CXXLDFLAGS="-lstd_v2 -lCsup_v2"
+

+Using PCRE from MySQL
+---------------------

+On systems where both PCRE and MySQL are installed, it is possible to make use
+of PCRE from within MySQL, as an alternative to the built-in pattern matching.
+There is a web page that tells you how to do this:
+
+ http://www.mysqludf.org/lib_mysqludf_preg/index.php
+
+
Making new tarballs
-------------------

@@ -765,4 +776,4 @@
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 06 September 2009
+Last updated: 16 September 2009