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
d3c10f54
Commit
d3c10f54
authored
Sep 24, 2018
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove an orphan declaration
parent
fc1d1a02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
storage/innobase/include/dict0mem.h
storage/innobase/include/dict0mem.h
+1
-5
No files found.
storage/innobase/include/dict0mem.h
View file @
d3c10f54
...
...
@@ -1167,16 +1167,12 @@ struct dict_index_t {
@param[in] n_newly_drop number of newly dropped columns
@param[in] col_map mapping of old table cols
to new table cols */
void
instant_op_field
(
inline
void
instant_op_field
(
const
dict_index_t
&
instant
,
ulint
n_newly_add
,
ulint
n_newly_drop
,
const
ulint
*
col_map
);
/** Adjust clustered index metadata for instant ADD COLUMN.
@param[in] clustered index definition after instant ADD COLUMN */
void
instant_add_field
(
const
dict_index_t
&
instant
);
/** Remove instant ALTER TABLE metadata.
Protected by index root page x-latch or table X-lock. */
void
remove_instant
();
...
...
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