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
613201b8
Commit
613201b8
authored
Jan 03, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
parents
57deb768
386f1f35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
sql/sql_prepare.cc
sql/sql_prepare.cc
+3
-2
No files found.
sql/sql_prepare.cc
View file @
613201b8
...
@@ -1043,6 +1043,7 @@ static int mysql_test_delete(Prepared_statement *stmt,
...
@@ -1043,6 +1043,7 @@ static int mysql_test_delete(Prepared_statement *stmt,
if
(
!
open_and_lock_tables
(
thd
,
table_list
))
if
(
!
open_and_lock_tables
(
thd
,
table_list
))
{
{
bool
res
;
if
(
!
table_list
->
table
)
if
(
!
table_list
->
table
)
{
{
DBUG_ASSERT
(
table_list
->
view
&&
DBUG_ASSERT
(
table_list
->
view
&&
...
@@ -1052,9 +1053,9 @@ static int mysql_test_delete(Prepared_statement *stmt,
...
@@ -1052,9 +1053,9 @@ static int mysql_test_delete(Prepared_statement *stmt,
DBUG_RETURN
(
-
1
);
DBUG_RETURN
(
-
1
);
}
}
mysql_prepare_delete
(
thd
,
table_list
,
&
lex
->
select_lex
.
where
);
res
=
mysql_prepare_delete
(
thd
,
table_list
,
&
lex
->
select_lex
.
where
);
lex
->
unit
.
cleanup
();
lex
->
unit
.
cleanup
();
DBUG_RETURN
(
FALSE
);
DBUG_RETURN
(
res
);
}
}
/* TODO: here we should send types of placeholders to the client. */
/* TODO: here we should send types of placeholders to the client. */
DBUG_RETURN
(
TRUE
);
DBUG_RETURN
(
TRUE
);
...
...
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