We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf1001 commit a8a27f1Copy full SHA for a8a27f1
storage/innobase/fil/fil0fil.cc
@@ -594,13 +594,7 @@ static bool fil_node_open_file(fil_node_t* node)
594
&& node == UT_LIST_GET_FIRST(space->chain)
595
&& srv_startup_is_before_trx_rollback_phase
596
&& !undo::Truncate::was_tablespace_truncated(space->id))) {
597
- /* We do not know the size of the file yet. First we
598
- open the file in the normal mode, no async I/O here,
599
- for simplicity. Then do some checks, and close the
600
- file again. NOTE that we could not use the simple
601
- file read function os_file_read() in Windows to read
602
- from a file opened for async I/O! */
603
-
+ /* We do not know the size of the file yet. */
604
retry:
605
node->handle = os_file_create(
606
innodb_data_file_key, node->name,
0 commit comments