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
32be2414
Commit
32be2414
authored
May 05, 2009
by
Narayanan V
Browse files
Options
Browse Files
Download
Plain Diff
merging with mysql-5.1-bugteam
parents
fdce1019
3023bca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
sql/handler.h
sql/handler.h
+6
-6
No files found.
sql/handler.h
View file @
32be2414
...
...
@@ -876,9 +876,9 @@ typedef struct {
ulonglong
delete_length
;
ha_rows
records
;
ulong
mean_rec_length
;
time_t
create_time
;
time_t
check_time
;
time_t
update_time
;
ulong
create_time
;
ulong
check_time
;
ulong
update_time
;
ulonglong
check_sum
;
}
PARTITION_INFO
;
...
...
@@ -1037,9 +1037,9 @@ class ha_statistics
ha_rows
records
;
ha_rows
deleted
;
/* Deleted records */
ulong
mean_rec_length
;
/* physical reclength */
time_t
create_time
;
/* When table was created */
time_t
check_time
;
time_t
update_time
;
ulong
create_time
;
/* When table was created */
ulong
check_time
;
ulong
update_time
;
uint
block_size
;
/* index block size */
ha_statistics
()
:
...
...
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