Commit 74c97a41 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-33379 fixup: undeclared identifier

parent 5b1406ff
...@@ -1214,6 +1214,7 @@ os_file_create_func( ...@@ -1214,6 +1214,7 @@ os_file_create_func(
} }
#else #else
ut_a(type == OS_LOG_FILE || type == OS_DATA_FILE); ut_a(type == OS_LOG_FILE || type == OS_DATA_FILE);
constexpr int direct_flag = 0;
#endif #endif
ut_a(purpose == OS_FILE_AIO || purpose == OS_FILE_NORMAL); ut_a(purpose == OS_FILE_AIO || purpose == OS_FILE_NORMAL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment