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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
42af2b1d
Commit
42af2b1d
authored
Apr 16, 2020
by
Anel Husakovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-22263: main.func_debug fails on a valgrind build with wrong result
Patches of interest:
374dae3e
,
374dae3e
parent
0155d644
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/main/func_debug.result
mysql-test/main/func_debug.result
+1
-1
sql/item_subselect.cc
sql/item_subselect.cc
+1
-1
No files found.
mysql-test/main/func_debug.result
View file @
42af2b1d
...
...
@@ -1671,6 +1671,6 @@ a
2
9
Warnings:
Note 1105 DBUG: Item_subselect::exec (select max(`test`.`t1`.`a`) from `test`.`t
...
Note 1105 DBUG: Item_subselect::exec (select max(`test`.`t1`.`a`) from `test`.`t
1`)
DROP TABLE t1;
SET SESSION debug_dbug="-d,Item_subselect";
sql/item_subselect.cc
View file @
42af2b1d
...
...
@@ -717,7 +717,7 @@ bool Item_subselect::exec()
push_warning_printf
(
thd
,
Sql_condition
::
WARN_LEVEL_NOTE
,
ER_UNKNOWN_ERROR
,
"DBUG: Item_subselect::exec %.*s"
,
print
.
length
(),
print
.
ptr
());
print
.
length
(),
print
.
c_
ptr
());
);
/*
Do not execute subselect in case of a fatal error
...
...
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