mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
cleanups
This commit is contained in:
@@ -3876,6 +3876,7 @@ void sp_prepare_create_field(THD *thd, Create_field *sql_field)
|
||||
}
|
||||
|
||||
|
||||
#ifdef WITH_PARTITION_STORAGE_ENGINE
|
||||
/**
|
||||
Auxiliary function which allows to check if freshly created .FRM
|
||||
file for table can be opened.
|
||||
@@ -3913,6 +3914,7 @@ static bool check_if_created_table_can_be_opened(THD *thd,
|
||||
(void) file->ha_create_handler_files(path, NULL, CHF_DELETE_FLAG, create_info);
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user