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
77030649
Commit
77030649
authored
Dec 13, 2017
by
Takuro Ashie
Committed by
Sergey Vojtovich
Dec 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in some comments
parent
d91d1c8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysys/lf_alloc-pin.c
mysys/lf_alloc-pin.c
+1
-1
sql/sql_lex.h
sql/sql_lex.h
+1
-1
No files found.
mysys/lf_alloc-pin.c
View file @
77030649
...
...
@@ -161,7 +161,7 @@ LF_PINS *lf_pinbox_get_pins(LF_PINBOX *pinbox)
pinstack_top_ver is 32 bits; 16 low bits are the index in the
array, to the first element of the list. 16 high bits are a version
(every time the 16 low bits are updated, the 16 high bits are
incremented). Versioni
o
ng prevents the ABA problem.
incremented). Versioning prevents the ABA problem.
*/
top_ver
=
pinbox
->
pinstack_top_ver
;
do
...
...
sql/sql_lex.h
View file @
77030649
...
...
@@ -742,7 +742,7 @@ class st_select_lex_unit: public st_select_lex_node {
/* thread handler */
THD
*
thd
;
/*
SELECT_LEX for hidden SELECT in
o
nion which process global
SELECT_LEX for hidden SELECT in
u
nion which process global
ORDER BY and LIMIT
*/
st_select_lex
*
fake_select_lex
;
...
...
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