diff options
author | Magnus Blåudd <magnus.blaudd@sun.com> | 2009-10-07 15:42:16 +0200 |
---|---|---|
committer | Magnus Blåudd <magnus.blaudd@sun.com> | 2009-10-07 15:42:16 +0200 |
commit | 04e99c10096e9cfe72f9823fc73b9f4eee80c1db (patch) | |
tree | 0895be31d4b7d157177ecd4490ba05cbe3d9b6ec /sql/udf_example.c | |
parent | 528ab7bb11e579cd88c8baad9a935a77e10eb656 (diff) | |
download | mariadb-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.c | 2 |
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'. ** */ |