diff options
author | Guilhem Bichot <guilhem.bichot@oracle.com> | 2011-05-21 10:21:08 +0200 |
---|---|---|
committer | Guilhem Bichot <guilhem.bichot@oracle.com> | 2011-05-21 10:21:08 +0200 |
commit | 12f651ac9ddfb21187c69ae7a50c72440f7025c8 (patch) | |
tree | 43fd6afdae9f8879ad4cdbb000497fee7cba02f4 /sql/sql_reload.cc | |
parent | de91727eec494adc8d8dbee4a83fe8a6f1f93c39 (diff) | |
parent | 25221cccd2dde986c91c1ad3bdca3ee2869ed2ac (diff) | |
download | mariadb-git-12f651ac9ddfb21187c69ae7a50c72440f7025c8.tar.gz |
Merge from 5.1.
Diffstat (limited to 'sql/sql_reload.cc')
-rw-r--r-- | sql/sql_reload.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_reload.cc b/sql/sql_reload.cc index a09aa5511bd..b567e3a1f85 100644 --- a/sql/sql_reload.cc +++ b/sql/sql_reload.cc @@ -86,7 +86,7 @@ bool reload_acl_and_cache(THD *thd, unsigned long options, When an error is returned, my_message may have not been called and the client will hang waiting for a response. */ - my_error(ER_UNKNOWN_ERROR, MYF(0), "FLUSH PRIVILEGES failed"); + my_error(ER_UNKNOWN_ERROR, MYF(0)); } } |