diff options
author | Peter Lieverdink <me@cafuego.net> | 2009-10-16 17:18:37 +1100 |
---|---|---|
committer | Peter Lieverdink <me@cafuego.net> | 2009-10-16 17:18:37 +1100 |
commit | c4f5fc85c4106b41f0a5b65a61db19d94f909a1e (patch) | |
tree | 0199ac282c46bb8c615ef6329af622f4c49565e9 /sql/udf_example.c | |
parent | 31ffbadb75e2408f18f4d5f4b8339e85ff0336c8 (diff) | |
parent | cbaa5aaf47736f582faf8a9ed32eae285608c9fa (diff) | |
download | mariadb-git-c4f5fc85c4106b41f0a5b65a61db19d94f909a1e.tar.gz |
Merged with itself. Win!
Diffstat (limited to 'sql/udf_example.c')
-rw-r--r-- | sql/udf_example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/udf_example.c b/sql/udf_example.c index 30d85d95034..0c7a140579b 100644 --- a/sql/udf_example.c +++ b/sql/udf_example.c @@ -205,7 +205,7 @@ char *is_const(UDF_INIT *initid, UDF_ARGS *args, char *result, unsigned long ** try to keep the error message less than 80 bytes long! ** ** This function should return 1 if something goes wrong. In this case -** message should contain something usefull! +** message should contain something useful! **************************************************************************/ #define MAXMETAPH 8 |