1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

minor error messages cleanup

This commit is contained in:
serg@serg.mylan
2003-10-02 23:41:10 +02:00
parent fc5dedc6c5
commit 9be83de693
2 changed files with 6 additions and 2 deletions

View File

@ -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);
}