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
981f3f5b
Commit
981f3f5b
authored
Jun 16, 2010
by
Dmitry Lenev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small clean-up and pre-requisite for making
TABLE_SHARE a class. Remove unused members in TABLE_SHARE.
parent
91a7b147
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
sql/table.h
sql/table.h
+0
-5
No files found.
sql/table.h
View file @
981f3f5b
...
...
@@ -573,9 +573,7 @@ struct TABLE_SHARE
key_map
keys_for_keyread
;
ha_rows
min_rows
,
max_rows
;
/* create information */
ulong
avg_row_length
;
/* create information */
ulong
raid_chunksize
;
ulong
version
,
mysql_version
;
ulong
timestamp_offset
;
/* Set to offset+1 of record */
ulong
reclength
;
/* Recordlength */
plugin_ref
db_plugin
;
/* storage engine plugin */
...
...
@@ -586,8 +584,6 @@ struct TABLE_SHARE
}
enum
row_type
row_type
;
/* How rows are stored */
enum
tmp_table_type
tmp_table
;
enum
enum_ha_unused
unused1
;
enum
enum_ha_unused
unused2
;
uint
ref_count
;
/* How many TABLE objects uses this */
uint
blob_ptr_size
;
/* 4 or 8 */
...
...
@@ -605,7 +601,6 @@ struct TABLE_SHARE
uint
db_create_options
;
/* Create options from database */
uint
db_options_in_use
;
/* Options in use */
uint
db_record_offset
;
/* if HA_REC_IN_SEQ */
uint
raid_type
,
raid_chunks
;
uint
rowid_field_offset
;
/* Field_nr +1 to rowid field */
/* Index of auto-updated TIMESTAMP field in field array */
uint
primary_key
;
...
...
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