summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-03-07 22:07:12 +0100
committerunknown <serg@serg.mylan>2004-03-07 22:07:12 +0100
commit03abedf5b4a7a0397d84ababe97db98d783c672f (patch)
tree8b6363e51b5efae14aa05bd0b2ba5640bdba631d /mysys
parent2b568470fb57aa827e9f1925020ca00dd254ccf9 (diff)
parenta10a5256e18c97cac3d56681604658935c687064 (diff)
downloadmariadb-git-03abedf5b4a7a0397d84ababe97db98d783c672f.tar.gz
Merge bk-internal:/home/bk/mysql-4.0/
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
Diffstat (limited to 'mysys')
-rw-r--r--mysys/mf_soundex.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysys/mf_soundex.c b/mysys/mf_soundex.c
index 4f7aa7da601..6409caa356d 100644
--- a/mysys/mf_soundex.c
+++ b/mysys/mf_soundex.c
@@ -28,6 +28,10 @@
* *
* As an extension if remove_garbage is set then all non- *
* alpha characters are skipped *
+* *
+* Note, that this implementation corresponds to the *
+* original version of the algorithm, not to the more *
+* popular "enhanced" version, described by Knuth. *
****************************************************************/
#include "mysys_priv.h"