diff options
author | Magnus Blåudd <magnus.blaudd@sun.com> | 2010-03-15 14:57:20 +0100 |
---|---|---|
committer | Magnus Blåudd <magnus.blaudd@sun.com> | 2010-03-15 14:57:20 +0100 |
commit | fda5004d3699bf7c670d55675a0a4a316460752e (patch) | |
tree | 9cdbce1b6e74f2a90802745ae5993d24ea3c3a3e /sql/udf_example.c | |
parent | 27bb4377c673d2a5a756dfd1b61dbbd2f0213d2d (diff) | |
parent | 04e99c10096e9cfe72f9823fc73b9f4eee80c1db (diff) | |
download | mariadb-git-fda5004d3699bf7c670d55675a0a4a316460752e.tar.gz |
Merge in fix for bug#42589
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 73256bb5529..fa1b44178ac 100644 --- a/sql/udf_example.c +++ b/sql/udf_example.c @@ -107,7 +107,7 @@ ** option. ** ** If you can't get AGGREGATES to work, check that you have the column -** 'type' in the mysql.func table. If not, run 'mysql_fix_privilege_tables'. +** 'type' in the mysql.func table. If not, run 'mysql_upgrade'. ** */ |