summaryrefslogtreecommitdiff
path: root/mysys/mf_soundex.c
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-03-20 12:49:17 +0200
committerunknown <monty@mysql.com>2004-03-20 12:49:17 +0200
commitd2c70939505b6e02bdbf4d35c02a1f42f3f7e0dd (patch)
tree28dbdf85ca8fb1ef4d8281e2caa779295996e42d /mysys/mf_soundex.c
parentb6cbcc8fa958eabc097f2c2b8e42138379eae6e0 (diff)
parentf060e444b8c0b7408f997462933af35ad3419418 (diff)
downloadmariadb-git-d2c70939505b6e02bdbf4d35c02a1f42f3f7e0dd.tar.gz
Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1
innobase/btr/btr0btr.c: Auto merged innobase/btr/btr0cur.c: Auto merged mysys/mf_soundex.c: Auto merged scripts/mysql_install_db.sh: Auto merged
Diffstat (limited to 'mysys/mf_soundex.c')
-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 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"