diff options
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index fda07721da8..5a7c0cb782f 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -432,7 +432,7 @@ multi_update::prepare(List<Item> &values) } if (!table_ref) { - error = 1; // A proper error message is due here + net_printf(&thd->net, ER_NOT_SUPPORTED_YET, "JOIN SYNTAX WITH MULTI-TABLE UPDATES"); DBUG_RETURN(1); } else |