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
3d1f2986
Commit
3d1f2986
authored
Jan 17, 2011
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Plain Diff
Merge from mysql-5.1-innodb to mysql-5.5-innodb.
parents
5a0138e2
1f3975b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
storage/innobase/include/dict0types.h
storage/innobase/include/dict0types.h
+0
-5
storage/innobase/include/trx0rseg.h
storage/innobase/include/trx0rseg.h
+1
-3
No files found.
storage/innobase/include/dict0types.h
View file @
3d1f2986
...
...
@@ -33,11 +33,6 @@ typedef struct dict_index_struct dict_index_t;
typedef
struct
dict_table_struct
dict_table_t
;
typedef
struct
dict_foreign_struct
dict_foreign_t
;
/* A cluster object is a table object with the type field set to
DICT_CLUSTERED */
typedef
dict_table_t
dict_cluster_t
;
typedef
struct
ind_node_struct
ind_node_t
;
typedef
struct
tab_node_struct
tab_node_t
;
...
...
storage/innobase/include/trx0rseg.h
View file @
3d1f2986
...
...
@@ -141,9 +141,7 @@ struct trx_rseg_struct{
ulint
id
;
/*!< rollback segment id == the index of
its slot in the trx system file copy */
mutex_t
mutex
;
/*!< mutex protecting the fields in this
struct except id; NOTE that the latching
order must always be kernel mutex ->
rseg mutex */
struct except id, which is constant */
ulint
space
;
/*!< space where the rollback segment is
header is placed */
ulint
zip_size
;
/* compressed page size of space
...
...
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