diff options
author | unknown <monty@mysql.com> | 2004-03-20 12:50:12 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-03-20 12:50:12 +0200 |
commit | 2d20eddcbbfdac3403313f860464937d4250eb8e (patch) | |
tree | eb8d1327f8ff62f9b277d70003aff05ac0f3c193 /mysys | |
parent | 4bfa7a01227c6fad663094d3f4e9edd4c74a488b (diff) | |
parent | 612c949418e869564cf7e04dabb5f3b05c137892 (diff) | |
download | mariadb-git-2d20eddcbbfdac3403313f860464937d4250eb8e.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/mf_soundex.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysys/mf_soundex.c b/mysys/mf_soundex.c index 459e304dfd7..75d9270c5af 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" |