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
commit955246d38e400754046364f6a75743d8bebf08ea (patch)
tree8b6363e51b5efae14aa05bd0b2ba5640bdba631d /mysys
parent5bc89a964433cf323fe7a020cc992d9913c032a3 (diff)
parent7fede9fb1a4371b34f1040b86bf64ee85c16580d (diff)
downloadmariadb-git-955246d38e400754046364f6a75743d8bebf08ea.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"