summaryrefslogtreecommitdiff
path: root/sql/udf_example.c
diff options
context:
space:
mode:
authorMagnus Blåudd <magnus.blaudd@sun.com>2010-03-15 14:57:20 +0100
committerMagnus Blåudd <magnus.blaudd@sun.com>2010-03-15 14:57:20 +0100
commitdf1ed40b303d2d2a496b85b7e3ffc0e94cd3e897 (patch)
tree9cdbce1b6e74f2a90802745ae5993d24ea3c3a3e /sql/udf_example.c
parentf007796bf4d4dff6353145a3cf2dff57e3819b20 (diff)
parent53653dcef0d2fc5e9bd9f738b3d17f4ba75d1606 (diff)
downloadmariadb-git-df1ed40b303d2d2a496b85b7e3ffc0e94cd3e897.tar.gz
Merge in fix for bug#42589
Diffstat (limited to 'sql/udf_example.c')
-rw-r--r--sql/udf_example.c2
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'.
**
*/