mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user