Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions extra/mariadb_migrate_config_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ static size_t global_copied_lines=0, global_unsupported_lines= 0;
static size_t global_mariadbd_additions= 0;

static PSI_memory_key key_memory_upgrade_config;
Comment thread
mariadb-YuchenPei marked this conversation as resolved.
#ifdef HAVE_PSI_FILE_INTERFACE
static PSI_file_key key_file_cnf;
#endif
static size_t global_update_count= 0;
static my_bool give_error_for_missing_files= 0;
static my_bool opt_mariadbd_testing;
Expand Down
Loading