summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2002-08-01 15:19:06 +0300
committerunknown <Sinisa@sinisa.nasamreza.org>2002-08-01 15:19:06 +0300
commite8d66a287128ef17077312d21328dcab5a023540 (patch)
tree67ec49d5d5ef02caf7bf759846031b6ce6eb059c /sql/sql_update.cc
parent3e7f12c8b6be01fc5a9a120fc58ac0e8f39e2149 (diff)
downloadmariadb-git-e8d66a287128ef17077312d21328dcab5a023540.tar.gz
few small fixes
BitKeeper/etc/ignore: Added mysys/ste5KbMa to the ignore list include/my_semaphore.h: A small fix for BSDi sql/sql_update.cc: Just a proper error message
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc2
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