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
9cde33f9
Commit
9cde33f9
authored
Nov 17, 2011
by
Alexey Botchkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes to make compiler happy.
parent
b525abef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/gcalc_slicescan.cc
sql/gcalc_slicescan.cc
+1
-1
sql/gcalc_tools.cc
sql/gcalc_tools.cc
+1
-1
No files found.
sql/gcalc_slicescan.cc
View file @
9cde33f9
...
...
@@ -151,7 +151,7 @@ static void GCALC_DBUG_PRINT_SLICE(const char *header,
else
lnbuf
+=
gcalc_pi_str
(
buf
+
lnbuf
,
slice
->
next_pi
,
"
\t
"
);
buf
[
lnbuf
]
=
0
;
GCALC_DBUG_PRINT
((
buf
));
GCALC_DBUG_PRINT
((
"%s"
,
buf
));
}
}
...
...
sql/gcalc_tools.cc
View file @
9cde33f9
...
...
@@ -133,7 +133,7 @@ int Gcalc_function::count_internal(const char *cur_func, uint set_type,
uint
n_ops
=
c_op
&
~
(
op_any
|
op_not
|
v_mask
);
uint
n_shape
=
c_op
&
~
(
op_any
|
op_not
|
v_mask
);
/* same as n_ops */
value
v_state
=
(
value
)
(
c_op
&
v_mask
);
int
result
;
int
result
=
0
;
const
char
*
sav_cur_func
=
cur_func
;
// GCALC_DBUG_ENTER("Gcalc_function::count_internal");
...
...
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