summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-16 19:18:51 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-16 19:18:51 +0000
commiteaa446db0f399010171263221963181144b026e0 (patch)
tree3340c25fd7ff32f170ab8b48afdc3d94c73a44a3 /README
parentb4dccf21e09f9b0152b4fc554b53d34de5ec4373 (diff)
downloadpcre-eaa446db0f399010171263221963181144b026e0.tar.gz
Add note about MySQL to README.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@452 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 12 insertions, 1 deletions
diff --git a/README b/README
index 35b4899..46acf6b 100644
--- a/README
+++ b/README
@@ -24,6 +24,7 @@ The contents of this README file are:
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,6 +477,16 @@ use the workaround of specifying the following environment variable prior to
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 @@ The distribution should contain the following files:
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 06 September 2009
+Last updated: 16 September 2009