Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
391ac327
Commit
391ac327
authored
Aug 01, 2002
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
parents
1aa637c9
e8d66a28
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
.bzrignore
.bzrignore
+1
-0
include/my_semaphore.h
include/my_semaphore.h
+2
-2
sql/sql_update.cc
sql/sql_update.cc
+1
-1
No files found.
.bzrignore
View file @
391ac327
...
...
@@ -483,3 +483,4 @@ scripts/mysql_tableinfo
libmysql/net.c
libmysqld/sql_olap.cc
myisam/myisam.log
mysys/ste5KbMa
include/my_semaphore.h
View file @
391ac327
...
...
@@ -32,11 +32,11 @@
#define _my_semaphore_h_
C_MODE_START
#ifdef HAVE_SEMAPHORE_H
#include <semaphore.h>
#elif defined(__bsdi__)
#include <sys/errno.h>
#else
#ifdef __WIN__
typedef
HANDLE
sem_t
;
#else
...
...
sql/sql_update.cc
View file @
391ac327
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment