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
e74858c8
Commit
e74858c8
authored
Jun 08, 2022
by
Roman Nozdrin
Committed by
Daniel Black
Jun 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MCOL-5114 Removing ctor specialization b/c it violates c++20 syntax needed in ColumnStorew
parent
8c4a2c8a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/item_cmpfunc.h
sql/item_cmpfunc.h
+1
-1
No files found.
sql/item_cmpfunc.h
View file @
e74858c8
...
@@ -3450,7 +3450,7 @@ template <template<class> class LI, typename T> class Item_equal_iterator
...
@@ -3450,7 +3450,7 @@ template <template<class> class LI, typename T> class Item_equal_iterator
Item_equal
*
item_equal
;
Item_equal
*
item_equal
;
Item
*
curr_item
;
Item
*
curr_item
;
public:
public:
Item_equal_iterator
<
LI
,
T
>
(
Item_equal
&
item_eq
)
Item_equal_iterator
(
Item_equal
&
item_eq
)
:
LI
<
T
>
(
item_eq
.
equal_items
)
:
LI
<
T
>
(
item_eq
.
equal_items
)
{
{
curr_item
=
NULL
;
curr_item
=
NULL
;
...
...
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