Home
last modified time | relevance | path

Searched refs:mysql_home (Results 1 – 25 of 39) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Dmy_default.cc1316 std::string mysql_home(env == nullptr ? "" : env); in init_variable_default_paths() local
1317 if (!mysql_home.empty()) { in init_variable_default_paths()
1318 if (mysql_home.back() != '/') { in init_variable_default_paths()
1319 mysql_home.push_back('/'); in init_variable_default_paths()
1321 default_paths[mysql_home + "my.cnf"] = enum_variable_source::SERVER; in init_variable_default_paths()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dmysqld.cc6411 mysql_home[strlen(mysql_home) - 1] = '\0'; // remove trailing in calculate_mysql_home_from_my_progname()
6413 strmake(mysql_home, cmake_binary_dir, sizeof(mysql_home) - 1); in calculate_mysql_home_from_my_progname()
6421 strmake(mysql_home, tmpenv, sizeof(mysql_home) - 1); in calculate_mysql_home_from_my_progname()
6432 strmake(mysql_home, cmake_binary_dir, sizeof(mysql_home) - 1); in calculate_mysql_home_from_my_progname()
6439 mysql_home_ptr = mysql_home; in calculate_mysql_home_from_my_progname()
9583 strmake(mysql_home, argument, sizeof(mysql_home) - 1); in mysqld_get_one_option()
9584 mysql_home_ptr = mysql_home; in mysqld_get_one_option()
10565 convert_dirname(mysql_home, mysql_home, NullS); in fix_paths()
10567 my_realpath(mysql_home, mysql_home, MYF(0)); in fix_paths()
10569 char *pos = strend(mysql_home); in fix_paths()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/run-test/
H A Dsetup.cpp435 BaseString mysql_home(" MYSQL_HOME="); in load_process() local
436 mysql_home.append(g_basedir); in load_process()
437 if (mysql_home.c_str()[mysql_home.length() - 1] != '/') { in load_process()
438 mysql_home.append("/"); in load_process()
440 proc.m_proc.m_env.append(mysql_home); in load_process()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dmysqld.cc4276 strcpy(tmp_path, mysql_home); in init_server_components()
7906 mysql_home[0]= pidfile_name[0]= 0; in mysql_init_variables()
7953 mysql_home_ptr= mysql_home; in mysql_init_variables()
8063 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
8069 (void) strmake(mysql_home, tmpenv, sizeof(mysql_home)-1); in mysql_init_variables()
8096 strmake(mysql_home,argument,sizeof(mysql_home)-1); in mysqld_get_one_option()
8097 mysql_home_ptr= mysql_home; in mysqld_get_one_option()
9155 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
9157 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
9159 pos=strend(mysql_home); in fix_paths()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dmysqld.cc6853 mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0; in mysql_init_variables()
6903 mysql_home_ptr= mysql_home; in mysql_init_variables()
7025 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
7031 (void) strmake(mysql_home, tmpenv, sizeof(mysql_home)-1); in mysql_init_variables()
7053 strmake(mysql_home,argument,sizeof(mysql_home)-1); in mysqld_get_one_option()
7840 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
7842 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
7844 pos=strend(mysql_home); in fix_paths()
7852 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
7858 (void) my_load_path(opt_plugin_dir, opt_plugin_dir, mysql_home); in fix_paths()
[all …]
H A Dmysqld.h149 extern char glob_hostname[FN_REFLEN], mysql_home[FN_REFLEN];
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dmysqld.cc4811 strcpy(tmp_path, mysql_home); in init_server_components()
7683 mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0; in mysql_init_variables()
7740 mysql_home_ptr= mysql_home; in mysql_init_variables()
7869 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
7875 strmake_buf(mysql_home, tmpenv); in mysql_init_variables()
7943 strmake_buf(mysql_home, argument); in mysqld_get_one_option()
8814 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
8816 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
8818 pos=strend(mysql_home); in fix_paths()
8826 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dmysqld.cc5116 strcpy(tmp_path, mysql_home); in init_server_components()
8027 mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0; in mysql_init_variables()
8085 mysql_home_ptr= mysql_home; in mysql_init_variables()
8214 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
8220 strmake_buf(mysql_home, tmpenv); in mysql_init_variables()
8282 strmake_buf(mysql_home, argument); in mysqld_get_one_option()
9153 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
9155 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
9157 pos=strend(mysql_home); in fix_paths()
9165 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dmysqld.cc5116 strcpy(tmp_path, mysql_home); in init_server_components()
8027 mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0; in mysql_init_variables()
8085 mysql_home_ptr= mysql_home; in mysql_init_variables()
8214 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
8220 strmake_buf(mysql_home, tmpenv); in mysql_init_variables()
8282 strmake_buf(mysql_home, argument); in mysqld_get_one_option()
9153 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
9155 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
9157 pos=strend(mysql_home); in fix_paths()
9165 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dmysqld.cc4811 strcpy(tmp_path, mysql_home); in init_server_components()
7683 mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0; in mysql_init_variables()
7740 mysql_home_ptr= mysql_home; in mysql_init_variables()
7869 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
7875 strmake_buf(mysql_home, tmpenv); in mysql_init_variables()
7943 strmake_buf(mysql_home, argument); in mysqld_get_one_option()
8814 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
8816 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
8818 pos=strend(mysql_home); in fix_paths()
8826 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dmysqld.cc5030 strcpy(tmp_path, mysql_home); in init_server_components()
8980 mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0; in mysql_init_variables()
9032 mysql_home_ptr= mysql_home; in mysql_init_variables()
9160 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
9166 (void) strmake(mysql_home, tmpenv, sizeof(mysql_home)-1); in mysql_init_variables()
9192 strmake(mysql_home,argument,sizeof(mysql_home)-1); in mysqld_get_one_option()
9193 mysql_home_ptr= mysql_home; in mysqld_get_one_option()
10203 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
10205 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
10207 pos=strend(mysql_home); in fix_paths()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dmysqld.cc7634 mysql_home[0]= pidfile_name[0]= 0; in mysql_init_variables()
7681 mysql_home_ptr= mysql_home; in mysql_init_variables()
7795 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
7801 (void) strmake(mysql_home, tmpenv, sizeof(mysql_home)-1); in mysql_init_variables()
7824 strmake(mysql_home,argument,sizeof(mysql_home)-1); in mysqld_get_one_option()
7825 mysql_home_ptr= mysql_home; in mysqld_get_one_option()
8848 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
8850 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
8852 char *pos= strend(mysql_home); in fix_paths()
8853 if (pos == mysql_home || pos[-1] != FN_LIBCHAR) in fix_paths()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dmysqld.cc7621 mysql_home[0]= pidfile_name[0]= 0; in mysql_init_variables()
7668 mysql_home_ptr= mysql_home; in mysql_init_variables()
7782 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
7788 (void) strmake(mysql_home, tmpenv, sizeof(mysql_home)-1); in mysql_init_variables()
7811 strmake(mysql_home,argument,sizeof(mysql_home)-1); in mysqld_get_one_option()
7812 mysql_home_ptr= mysql_home; in mysqld_get_one_option()
8835 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
8837 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
8839 char *pos= strend(mysql_home); in fix_paths()
8840 if (pos == mysql_home || pos[-1] != FN_LIBCHAR) in fix_paths()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dmysqld.cc7634 mysql_home[0]= pidfile_name[0]= 0; in mysql_init_variables()
7681 mysql_home_ptr= mysql_home; in mysql_init_variables()
7795 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
7801 (void) strmake(mysql_home, tmpenv, sizeof(mysql_home)-1); in mysql_init_variables()
7824 strmake(mysql_home,argument,sizeof(mysql_home)-1); in mysqld_get_one_option()
7825 mysql_home_ptr= mysql_home; in mysqld_get_one_option()
8848 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
8850 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
8852 char *pos= strend(mysql_home); in fix_paths()
8853 if (pos == mysql_home || pos[-1] != FN_LIBCHAR) in fix_paths()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dmysqld.cc7107 mysql_home[0]= pidfile_name[0]= 0; in mysql_init_variables()
7154 mysql_home_ptr= mysql_home; in mysql_init_variables()
7264 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
7270 (void) strmake(mysql_home, tmpenv, sizeof(mysql_home)-1); in mysql_init_variables()
7293 strmake(mysql_home,argument,sizeof(mysql_home)-1); in mysqld_get_one_option()
7294 mysql_home_ptr= mysql_home; in mysqld_get_one_option()
8319 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
8321 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
8323 pos=strend(mysql_home); in fix_paths()
8331 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dmysqld.cc7089 mysql_home[0]= pidfile_name[0]= 0; in mysql_init_variables()
7136 mysql_home_ptr= mysql_home; in mysql_init_variables()
7244 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
7250 (void) strmake(mysql_home, tmpenv, sizeof(mysql_home)-1); in mysql_init_variables()
7273 strmake(mysql_home,argument,sizeof(mysql_home)-1); in mysqld_get_one_option()
7274 mysql_home_ptr= mysql_home; in mysqld_get_one_option()
8299 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
8301 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
8303 pos=strend(mysql_home); in fix_paths()
8311 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dmysqld.cc8232 mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0; in mysql_init_variables()
8284 mysql_home_ptr= mysql_home; in mysql_init_variables()
8412 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
8418 (void) strmake(mysql_home, tmpenv, sizeof(mysql_home)-1); in mysql_init_variables()
8440 strmake(mysql_home,argument,sizeof(mysql_home)-1); in mysqld_get_one_option()
8441 mysql_home_ptr= mysql_home; in mysqld_get_one_option()
9418 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
9420 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
9422 pos=strend(mysql_home); in fix_paths()
9430 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
[all …]
H A Dmysqld.h177 extern char glob_hostname[FN_REFLEN], mysql_home[FN_REFLEN];
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc8724 mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0; in mysql_init_variables()
8776 mysql_home_ptr= mysql_home; in mysql_init_variables()
8921 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
8927 (void) strmake(mysql_home, tmpenv, sizeof(mysql_home)-1); in mysql_init_variables()
8949 strmake(mysql_home,argument,sizeof(mysql_home)-1); in mysqld_get_one_option()
8950 mysql_home_ptr= mysql_home; in mysqld_get_one_option()
9975 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
9977 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
9979 pos=strend(mysql_home); in fix_paths()
9987 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc8714 mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0; in mysql_init_variables()
8766 mysql_home_ptr= mysql_home; in mysql_init_variables()
8911 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
8917 (void) strmake(mysql_home, tmpenv, sizeof(mysql_home)-1); in mysql_init_variables()
8939 strmake(mysql_home,argument,sizeof(mysql_home)-1); in mysqld_get_one_option()
8940 mysql_home_ptr= mysql_home; in mysqld_get_one_option()
9965 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
9967 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
9969 pos=strend(mysql_home); in fix_paths()
9977 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
[all …]
H A Dmysqld.h191 extern char glob_hostname[FN_REFLEN], mysql_home[FN_REFLEN];
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc8724 mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0; in mysql_init_variables()
8776 mysql_home_ptr= mysql_home; in mysql_init_variables()
8921 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
8927 (void) strmake(mysql_home, tmpenv, sizeof(mysql_home)-1); in mysql_init_variables()
8949 strmake(mysql_home,argument,sizeof(mysql_home)-1); in mysqld_get_one_option()
8950 mysql_home_ptr= mysql_home; in mysqld_get_one_option()
9975 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
9977 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
9979 pos=strend(mysql_home); in fix_paths()
9987 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
[all …]
H A Dmysqld.h191 extern char glob_hostname[FN_REFLEN], mysql_home[FN_REFLEN];
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dmysqld.cc5393 strcpy(tmp_path, mysql_home); in init_server_components()
8997 mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0; in mysql_init_variables()
9055 mysql_home_ptr= mysql_home; in mysql_init_variables()
9188 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
9194 strmake_buf(mysql_home, tmpenv); in mysql_init_variables()
9256 strmake_buf(mysql_home, argument); in mysqld_get_one_option()
10125 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
10127 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
10129 pos=strend(mysql_home); in fix_paths()
10137 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dmysqld.cc5394 strcpy(tmp_path, mysql_home); in init_server_components()
8998 mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0; in mysql_init_variables()
9056 mysql_home_ptr= mysql_home; in mysql_init_variables()
9189 cleanup_dirname(mysql_home,prg_dev); in mysql_init_variables()
9195 strmake_buf(mysql_home, tmpenv); in mysql_init_variables()
9257 strmake_buf(mysql_home, argument); in mysqld_get_one_option()
10126 convert_dirname(mysql_home,mysql_home,NullS); in fix_paths()
10128 my_realpath(mysql_home,mysql_home,MYF(0)); in fix_paths()
10130 pos=strend(mysql_home); in fix_paths()
10138 (void) my_load_path(mysql_home,mysql_home,""); // Resolve current dir in fix_paths()
[all …]

12