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
f9ee2a51
Commit
f9ee2a51
authored
Feb 21, 2023
by
Yuchen Pei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating some comments
parent
23422c45
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
storage/innobase/handler/ha_innodb.cc
storage/innobase/handler/ha_innodb.cc
+3
-5
No files found.
storage/innobase/handler/ha_innodb.cc
View file @
f9ee2a51
...
...
@@ -10588,9 +10588,8 @@ create_table_info_t::create_table_def()
?
doc_id_col
:
n_cols
-
num_v
;
}
/* Set file_unreadable to avoid is_readable() assertion
errors. Semantically we assume the tablespace is not available
until we are able to import it.*/
/* Assume the tablespace is not available until we are able to
import it.*/
if
(
thd_ddl_options
(
m_thd
)
->
import_tablespace
())
table
->
file_unreadable
=
true
;
...
...
@@ -11608,8 +11607,7 @@ bool create_table_info_t::innobase_table_flags()
}
/* If we are trying to import a tablespace, mark tablespace as
discarded. Without this dict_create_index_space() will attempt to
create a tablespace. */
discarded. */
if
(
thd_ddl_options
(
m_thd
)
->
import_tablespace
())
m_flags2
|=
DICT_TF2_DISCARDED
;
...
...
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