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
a1c1700b
Commit
a1c1700b
authored
Jul 30, 2014
by
Michael Widenius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some compiler warnings
parent
1c616869
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
storage/heap/hp_write.c
storage/heap/hp_write.c
+1
-1
storage/innobase/btr/btr0cur.c
storage/innobase/btr/btr0cur.c
+2
-2
storage/xtradb/btr/btr0cur.c
storage/xtradb/btr/btr0cur.c
+2
-2
No files found.
storage/heap/hp_write.c
View file @
a1c1700b
...
...
@@ -153,7 +153,7 @@ static uchar *next_free_record_pos(HP_SHARE *info)
(
info
->
data_length
+
info
->
index_length
>=
info
->
max_table_size
))
{
DBUG_PRINT
(
"error"
,
(
"record file full. records: %u max_records: %lu "
(
"record file full. records: %
l
u max_records: %lu "
"data_length: %llu index_length: %llu "
"max_table_size: %llu"
,
info
->
records
,
info
->
max_records
,
...
...
storage/innobase/btr/btr0cur.c
View file @
a1c1700b
...
...
@@ -5489,12 +5489,12 @@ btr_pages_info(
ulint
space_id
,
/*!< in: space id */
ulint
zip_size
,
/*!< in: zip size */
ulint
page_no
,
/*!< in: Page id where travelsed */
ulint
latch_mode
,
/*!< in: Used latch mode */
ulint
latch_mode
__attribute__
((
unused
))
,
/*!< in: Used latch mode */
dict_index_t
*
index
,
/*!< in: Used index */
ulint
old_next_page_no
,
/*!< in: Next page number from old page */
ulint
old_prev_page_no
,
/*!< in: Prev page number from old page */
ulint
new_space_id
,
/*!< in: Space id of new page */
ulint
new_zip_size
,
/*!< in: Zip size of new page */
ulint
new_zip_size
__attribute__
((
unused
))
,
/*!< in: Zip size of new page */
ulint
new_next_page_no
,
/*!< in: Next page number from new page */
ulint
new_prev_page_no
,
/*!< in: Prev page number from new page */
mtr_t
*
mtr
,
/*!< in: mini transaction */
...
...
storage/xtradb/btr/btr0cur.c
View file @
a1c1700b
...
...
@@ -5682,12 +5682,12 @@ btr_pages_info(
ulint
space_id
,
/*!< in: space id */
ulint
zip_size
,
/*!< in: zip size */
ulint
page_no
,
/*!< in: Page id where travelsed */
ulint
latch_mode
,
/*!< in: Used latch mode */
ulint
latch_mode
__attribute__
((
unused
))
,
/*!< in: Used latch mode */
dict_index_t
*
index
,
/*!< in: Used index */
ulint
old_next_page_no
,
/*!< in: Next page number from old page */
ulint
old_prev_page_no
,
/*!< in: Prev page number from old page */
ulint
new_space_id
,
/*!< in: Space id of new page */
ulint
new_zip_size
,
/*!< in: Zip size of new page */
ulint
new_zip_size
__attribute__
((
unused
))
,
/*!< in: Zip size of new page */
ulint
new_next_page_no
,
/*!< in: Next page number from new page */
ulint
new_prev_page_no
,
/*!< in: Prev page number from new page */
mtr_t
*
mtr
,
/*!< in: mini transaction */
...
...
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