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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
11a8b1e1
Commit
11a8b1e1
authored
Aug 17, 2006
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: btr_page_get_sure_split_rec(): Align the variable declarations
according to InnoDB formatting rules.
parent
ae8901c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
btr/btr0btr.c
btr/btr0btr.c
+13
-13
No files found.
btr/btr0btr.c
View file @
11a8b1e1
...
...
@@ -1300,20 +1300,20 @@ btr_page_get_sure_split_rec(
should be made */
dtuple_t
*
tuple
)
/* in: tuple to insert */
{
page_t
*
page
;
page_t
*
page
;
page_zip_des_t
*
page_zip
;
ulint
insert_size
;
ulint
free_space
;
ulint
total_data
;
ulint
total_n_recs
;
ulint
total_space
;
ulint
incl_data
;
rec_t
*
ins_rec
;
rec_t
*
rec
;
rec_t
*
next_rec
;
ulint
n
;
mem_heap_t
*
heap
;
ulint
*
offsets
;
ulint
insert_size
;
ulint
free_space
;
ulint
total_data
;
ulint
total_n_recs
;
ulint
total_space
;
ulint
incl_data
;
rec_t
*
ins_rec
;
rec_t
*
rec
;
rec_t
*
next_rec
;
ulint
n
;
mem_heap_t
*
heap
;
ulint
*
offsets
;
page
=
btr_cur_get_page
(
cursor
);
...
...
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