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
25121e07
Commit
25121e07
authored
Jun 16, 2011
by
Vasil Dimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence bogus compiler warning introduced in
marko.makela@oracle.com-20110616072721-8bo92ctixq6eqavr
parent
8f823499
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage/innobase/btr/btr0btr.c
storage/innobase/btr/btr0btr.c
+1
-1
storage/innodb_plugin/btr/btr0btr.c
storage/innodb_plugin/btr/btr0btr.c
+1
-1
No files found.
storage/innobase/btr/btr0btr.c
View file @
25121e07
...
...
@@ -2063,7 +2063,7 @@ btr_compress(
rec_t
*
node_ptr
;
ulint
data_size
;
ulint
n_recs
;
ulint
nth_rec
;
ulint
nth_rec
=
0
;
/* remove bogus warning */
ulint
max_ins_size
;
ulint
max_ins_size_reorg
;
ulint
comp
;
...
...
storage/innodb_plugin/btr/btr0btr.c
View file @
25121e07
...
...
@@ -3132,7 +3132,7 @@ btr_compress(
ulint
*
offsets
;
ulint
data_size
;
ulint
n_recs
;
ulint
nth_rec
;
ulint
nth_rec
=
0
;
/* remove bogus warning */
ulint
max_ins_size
;
ulint
max_ins_size_reorg
;
...
...
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