summaryrefslogtreecommitdiff
path: root/sql/sql_reload.cc
diff options
context:
space:
mode:
authorGuilhem Bichot <guilhem.bichot@oracle.com>2011-05-21 10:21:08 +0200
committerGuilhem Bichot <guilhem.bichot@oracle.com>2011-05-21 10:21:08 +0200
commit12f651ac9ddfb21187c69ae7a50c72440f7025c8 (patch)
tree43fd6afdae9f8879ad4cdbb000497fee7cba02f4 /sql/sql_reload.cc
parentde91727eec494adc8d8dbee4a83fe8a6f1f93c39 (diff)
parent25221cccd2dde986c91c1ad3bdca3ee2869ed2ac (diff)
downloadmariadb-git-12f651ac9ddfb21187c69ae7a50c72440f7025c8.tar.gz
Merge from 5.1.
Diffstat (limited to 'sql/sql_reload.cc')
-rw-r--r--sql/sql_reload.cc2
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));
}
}