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
1e89c86d
Commit
1e89c86d
authored
Jan 03, 2018
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Plain Diff
Merge 10.0 into 10.1
parents
016caa3d
8ac1982f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
sql/sql_cache.cc
sql/sql_cache.cc
+1
-1
storage/maria/ma_search.c
storage/maria/ma_search.c
+7
-7
storage/myisam/mi_search.c
storage/myisam/mi_search.c
+7
-7
No files found.
sql/sql_cache.cc
View file @
1e89c86d
...
...
@@ -1788,7 +1788,7 @@ Query_cache::send_result_to_client(THD *thd, char *org_sql, uint query_length)
sql
++
;
continue
;
}
/* fall trough */
/* fall t
h
rough */
default:
break
;
}
...
...
storage/maria/ma_search.c
View file @
1e89c86d
...
...
@@ -745,11 +745,11 @@ void _ma_kpointer(register MARIA_HA *info, register uchar *buff, my_off_t pos)
case
5
:
mi_int5store
(
buff
,
pos
);
break
;
#else
case
7
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
case
6
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
case
5
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
#endif
case
4
:
mi_int4store
(
buff
,
pos
);
break
;
case
3
:
mi_int3store
(
buff
,
pos
);
break
;
...
...
@@ -881,13 +881,13 @@ void _ma_dpointer(MARIA_SHARE *share, uchar *buff, my_off_t pos)
case
5
:
mi_int5store
(
buff
,
pos
);
break
;
#else
case
8
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
case
7
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
case
6
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
case
5
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
#endif
case
4
:
mi_int4store
(
buff
,
pos
);
break
;
case
3
:
mi_int3store
(
buff
,
pos
);
break
;
...
...
storage/myisam/mi_search.c
View file @
1e89c86d
...
...
@@ -607,11 +607,11 @@ void _mi_kpointer(register MI_INFO *info, register uchar *buff, my_off_t pos)
case
5
:
mi_int5store
(
buff
,
pos
);
break
;
#else
case
7
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
case
6
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
case
5
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
#endif
case
4
:
mi_int4store
(
buff
,
pos
);
break
;
case
3
:
mi_int3store
(
buff
,
pos
);
break
;
...
...
@@ -728,13 +728,13 @@ void _mi_dpointer(MI_INFO *info, uchar *buff, my_off_t pos)
case
5
:
mi_int5store
(
buff
,
pos
);
break
;
#else
case
8
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
case
7
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
case
6
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
case
5
:
*
buff
++=
0
;
/* fall trough */
/* fall t
h
rough */
#endif
case
4
:
mi_int4store
(
buff
,
pos
);
break
;
case
3
:
mi_int3store
(
buff
,
pos
);
break
;
...
...
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