diff options
author | monty@mysql.com <> | 2004-03-20 12:49:17 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-20 12:49:17 +0200 |
commit | 59f9dcd51d37e38a42dbfa236aaad2c80d486f95 (patch) | |
tree | 28dbdf85ca8fb1ef4d8281e2caa779295996e42d /mysys | |
parent | b6e5c23c26ca4980489bdb1c895f88761c8687a7 (diff) | |
parent | a8da91f9fb480b52e5e376f8584bf809d922790e (diff) | |
download | mariadb-git-59f9dcd51d37e38a42dbfa236aaad2c80d486f95.tar.gz |
Merge mysql.com:/home/my/mysql-4.0 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" |