summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorStaale Smedseng <staale.smedseng@sun.com>2009-06-29 16:00:47 +0200
committerStaale Smedseng <staale.smedseng@sun.com>2009-06-29 16:00:47 +0200
commitdb1591a7a295c0c4d57cf8c7cbbd0fe1f33ffa49 (patch)
tree4e9ce667a1b14bf9610672bb5f604bb5f5becbab /sql/sql_table.cc
parenta0b5d1be2b15e3064142e3fa2e337143f950e702 (diff)
parent19dfaa5824ef47de51a568be4e7a30ff028bcbe8 (diff)
downloadmariadb-git-db1591a7a295c0c4d57cf8c7cbbd0fe1f33ffa49.tar.gz
Merge from 5.0
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index 1c88bef7c5a..e752421223a 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -4780,7 +4780,7 @@ send_result_message:
const char *err_msg= thd->main_da.message();
if (!thd->vio_ok())
{
- sql_print_error(err_msg);
+ sql_print_error("%s", err_msg);
}
else
{