/dports/editors/neovim/neovim-0.6.1/test/unit/ |
H A D | undo_spec.lua | 115 local undo_file_name = ffi.string(undo.u_get_undo_file_name(file_buffer.b_ffname, false)) 118 local permissions = lfs.attributes(undo_file_name).permissions 126 success, err = os.remove(undo_file_name) 134 local undo_file_name = "test.undo" 140 u_write_undo(undo_file_name, false, file_buffer, buffer_hash) 143 local permissions = lfs.attributes(undo_file_name).permissions 147 local success, err = os.remove(undo_file_name)
|
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/ |
H A D | ndb_dd_client.cc | 1388 for (const auto &undo_file_name : undo_file_names) { in install_logfile_group() local 1389 ndb_dd_disk_data_add_file(logfile_group.get(), undo_file_name.c_str()); in install_logfile_group() 1409 const char *undo_file_name) { in install_undo_file() argument 1420 ndb_dd_disk_data_add_file(new_logfile_group_def, undo_file_name); in install_undo_file()
|
H A D | ndb_dd_client.h | 223 const char *undo_file_name);
|
H A D | ha_ndbcluster.cc | 16389 ndb_uf.setPath(alter_info->undo_file_name); in create_undofile_in_NDB() 16395 alter_info->undo_file_name); in create_undofile_in_NDB() 16623 if (alter_info->undo_file_name == nullptr) { in ndbcluster_alter_tablespace() 16657 std::vector<std::string> undofile_names = {alter_info->undo_file_name}; in ndbcluster_alter_tablespace() 16683 alter_info->logfile_group_name, alter_info->undo_file_name)); in ndbcluster_alter_tablespace() 16697 if (alter_info->undo_file_name == nullptr) { in ndbcluster_alter_tablespace() 16718 alter_info->undo_file_name) || in ndbcluster_alter_tablespace() 16724 alter_info->undo_file_name, alter_info->logfile_group_name); in ndbcluster_alter_tablespace() 16735 alter_info->undo_file_name)); in ndbcluster_alter_tablespace()
|
/dports/editors/neovim/neovim-0.6.1/src/nvim/ |
H A D | undo.c | 673 char *undo_file_name = NULL; in u_get_undo_file_name() local 702 undo_file_name = xmalloc(ffname_len + 6); in u_get_undo_file_name() 703 memmove(undo_file_name, ffname, ffname_len + 1); in u_get_undo_file_name() 704 char *const tail = (char *)path_tail((char_u *)undo_file_name); in u_get_undo_file_name() 740 undo_file_name = concat_fnames(dir_name, munged_name, true); in u_get_undo_file_name() 745 if (undo_file_name != NULL in u_get_undo_file_name() 746 && (!reading || os_path_exists((char_u *)undo_file_name))) { in u_get_undo_file_name() 749 XFREE_CLEAR(undo_file_name); in u_get_undo_file_name() 753 return undo_file_name; in u_get_undo_file_name()
|
/dports/editors/vim/vim-8.2.3745/src/ |
H A D | undo.c | 823 char_u *undo_file_name = NULL; in u_get_undo_file_name() local 852 undo_file_name = vim_strnsave(ffname, STRLEN(ffname) + 5); in u_get_undo_file_name() 853 if (undo_file_name == NULL) in u_get_undo_file_name() 855 p = gettail(undo_file_name); in u_get_undo_file_name() 885 undo_file_name = concat_fnames(dir_name, munged_name, TRUE); in u_get_undo_file_name() 890 if (undo_file_name != NULL && (!reading in u_get_undo_file_name() 891 || mch_stat((char *)undo_file_name, &st) >= 0)) in u_get_undo_file_name() 893 VIM_CLEAR(undo_file_name); in u_get_undo_file_name() 897 return undo_file_name; in u_get_undo_file_name()
|
/dports/databases/mysql55-client/mysql-5.5.62/sql/ |
H A D | handler.h | 538 const char *undo_file_name; variable 557 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/mysql56-client/mysql-5.6.51/sql/ |
H A D | handler.h | 563 const char *undo_file_name; variable 582 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/mysql57-client/mysql-5.7.36/sql/ |
H A D | handler.h | 582 const char *undo_file_name; variable 612 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/ |
H A D | handler.h | 564 const char *undo_file_name; variable 583 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/ |
H A D | handler.h | 582 const char *undo_file_name; variable 612 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/ |
H A D | handler.h | 578 const char *undo_file_name; variable 597 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/ |
H A D | handler.h | 578 const char *undo_file_name; variable 597 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/ |
H A D | handler.h | 578 const char *undo_file_name; variable 597 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/ |
H A D | handler.h | 583 const char *undo_file_name; variable 613 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/ |
H A D | handler.h | 598 const char *undo_file_name; variable 630 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/ |
H A D | handler.h | 598 const char *undo_file_name; variable 630 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/ |
H A D | handler.h | 598 const char *undo_file_name; variable 630 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/ |
H A D | handler.h | 923 const char *undo_file_name; variable 942 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/ |
H A D | handler.h | 923 const char *undo_file_name; variable 942 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/ |
H A D | handler.h | 998 const char *undo_file_name; variable 1017 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/ |
H A D | handler.h | 963 const char *undo_file_name; variable 982 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/ |
H A D | handler.h | 963 const char *undo_file_name; variable 982 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/ |
H A D | handler.h | 998 const char *undo_file_name; variable 1017 undo_file_name= NULL; in st_alter_tablespace()
|
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/ |
H A D | sql_tablespace.cc | 100 undo_file_name{undofile},
|