summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorserg@serg.mylan <>2003-10-02 23:41:10 +0200
committerserg@serg.mylan <>2003-10-02 23:41:10 +0200
commit9be83de693748e795ffb7f75ee47f3e7f77145b7 (patch)
treef3a08b3663737de74d20769d416db7cf740d1381 /sql/sql_update.cc
parentfc5dedc6c5f4751977f2e99241a91c7004ed364b (diff)
downloadmariadb-git-9be83de693748e795ffb7f75ee47f3e7f77145b7.tar.gz
minor error messages cleanup
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc
index 7430029a5e5..b322957b20b 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -493,8 +493,7 @@ int multi_update::prepare(List<Item> &not_used_values, SELECT_LEX_UNIT *unit)
if (!tables_to_update)
{
- my_error(ER_NOT_SUPPORTED_YET, MYF(0),
- "You didn't specify any tables to UPDATE");
+ my_error(ER_NO_TABLES_USED, MYF(0));
DBUG_RETURN(1);
}