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
7d0c8bbb
Commit
7d0c8bbb
authored
Aug 29, 2007
by
gkodinov/kgeorge@magare.gmz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Addendum to the 5.1 merge of the fix
for bug 30377: use the function instead of the complex condition.
parent
acf0ebe6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
sql/sql_parse.cc
sql/sql_parse.cc
+1
-2
No files found.
sql/sql_parse.cc
View file @
7d0c8bbb
...
@@ -1732,8 +1732,7 @@ mysql_execute_command(THD *thd)
...
@@ -1732,8 +1732,7 @@ mysql_execute_command(THD *thd)
variables, but for now this is probably good enough.
variables, but for now this is probably good enough.
Don't reset warnings when executing a stored routine.
Don't reset warnings when executing a stored routine.
*/
*/
if
((
all_tables
||
&
lex
->
select_lex
!=
lex
->
all_selects_list
||
if
((
all_tables
||
!
lex
->
is_single_level_stmt
())
&&
!
thd
->
spcont
)
lex
->
sroutines
.
records
)
&&
!
thd
->
spcont
)
mysql_reset_errors
(
thd
,
0
);
mysql_reset_errors
(
thd
,
0
);
#ifdef HAVE_REPLICATION
#ifdef HAVE_REPLICATION
...
...
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