summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-03-05 18:09:32 +0100
committerserg@serg.mylan <>2004-03-05 18:09:32 +0100
commit4edc7584de56a162a343c4166a06f74916bd80ff (patch)
treeb30b75a06cf974a993f94e7bf9732dd419177783 /mysys
parent9c4b9e6df1576fad4fa2cb7e89da2614c282449f (diff)
downloadmariadb-git-4edc7584de56a162a343c4166a06f74916bd80ff.tar.gz
comment clarified
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"