summaryrefslogtreecommitdiff
path: root/sql/udf_example.c
diff options
context:
space:
mode:
authorMagnus Blåudd <magnus.blaudd@sun.com>2009-10-07 15:42:16 +0200
committerMagnus Blåudd <magnus.blaudd@sun.com>2009-10-07 15:42:16 +0200
commit04e99c10096e9cfe72f9823fc73b9f4eee80c1db (patch)
tree0895be31d4b7d157177ecd4490ba05cbe3d9b6ec /sql/udf_example.c
parent528ab7bb11e579cd88c8baad9a935a77e10eb656 (diff)
downloadmariadb-git-04e99c10096e9cfe72f9823fc73b9f4eee80c1db.tar.gz
Bug#42589 mysql_fix_privilege_tables.sh to be deprecated
- Remove remnants of "mysql_fix_privilege_tables.sh"(again)
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 30d85d95034..4e24735a93d 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'.
**
*/