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
d8a83694
Commit
d8a83694
authored
Oct 20, 2006
by
igor@rurik.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjustments after the merge for bug 23478.
parent
c6663c32
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sql/item_subselect.cc
sql/item_subselect.cc
+2
-0
No files found.
sql/item_subselect.cc
View file @
d8a83694
...
...
@@ -729,6 +729,7 @@ String *Item_in_subselect::val_str(String *str)
bool
Item_in_subselect
::
val_bool
()
{
DBUG_ASSERT
(
fixed
==
1
);
null_value
=
0
;
if
(
exec
())
{
reset
();
...
...
@@ -747,6 +748,7 @@ my_decimal *Item_in_subselect::val_decimal(my_decimal *decimal_value)
method should not be used
*/
DBUG_ASSERT
(
0
);
null_value
=
0
;
DBUG_ASSERT
(
fixed
==
1
);
if
(
exec
())
{
...
...
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