Home
last modified time | relevance | path

Searched refs:error_flags (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/databases/mariadb104-server/mariadb-10.4.24/client/
H A Dmysqladmin.cc374 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL);
547 error_flags, host, mysql_error(mysql));
608 error_flags, mysql_error(mysql));
672 error_flags, mysql_error(mysql));
1163 error_flags, mysql_error(mysql));
1175 error_flags, mysql_error(mysql));
1201 error_flags, mysql_error(mysql));
1210 error_flags, mysql_error(mysql));
1223 " instead", error_flags);
1252 my_printf_error(0, "Error starting slave: %s", error_flags,
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/client/
H A Dmysqladmin.cc374 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
547 error_flags, host, mysql_error(mysql)); in sql_connect()
608 error_flags, mysql_error(mysql)); in maybe_disable_binlog()
672 error_flags, mysql_error(mysql)); in execute_commands()
1163 error_flags, mysql_error(mysql)); in execute_commands()
1175 error_flags, mysql_error(mysql)); in execute_commands()
1201 error_flags, mysql_error(mysql)); in execute_commands()
1210 error_flags, mysql_error(mysql)); in execute_commands()
1223 " instead", error_flags); in execute_commands()
1252 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/client/
H A Dmysqladmin.cc378 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL);
554 error_flags, host, mysql_error(mysql));
615 error_flags, mysql_error(mysql));
679 error_flags, mysql_error(mysql));
1160 error_flags, mysql_error(mysql));
1172 error_flags, mysql_error(mysql));
1198 error_flags, mysql_error(mysql));
1207 error_flags, mysql_error(mysql));
1220 " instead", error_flags);
1249 my_printf_error(0, "Error starting slave: %s", error_flags,
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/client/
H A Dmysqladmin.cc378 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
554 error_flags, host, mysql_error(mysql)); in sql_connect()
615 error_flags, mysql_error(mysql)); in maybe_disable_binlog()
679 error_flags, mysql_error(mysql)); in execute_commands()
1160 error_flags, mysql_error(mysql)); in execute_commands()
1172 error_flags, mysql_error(mysql)); in execute_commands()
1198 error_flags, mysql_error(mysql)); in execute_commands()
1207 error_flags, mysql_error(mysql)); in execute_commands()
1220 " instead", error_flags); in execute_commands()
1249 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/client/
H A Dmysqladmin.cc378 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
551 error_flags, host, mysql_error(mysql)); in sql_connect()
612 error_flags, mysql_error(mysql)); in maybe_disable_binlog()
676 error_flags, mysql_error(mysql)); in execute_commands()
1167 error_flags, mysql_error(mysql)); in execute_commands()
1179 error_flags, mysql_error(mysql)); in execute_commands()
1205 error_flags, mysql_error(mysql)); in execute_commands()
1214 error_flags, mysql_error(mysql)); in execute_commands()
1227 " instead", error_flags); in execute_commands()
1256 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/client/
H A Dmysqladmin.cc378 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
551 error_flags, host, mysql_error(mysql)); in sql_connect()
612 error_flags, mysql_error(mysql)); in maybe_disable_binlog()
676 error_flags, mysql_error(mysql)); in execute_commands()
1167 error_flags, mysql_error(mysql)); in execute_commands()
1179 error_flags, mysql_error(mysql)); in execute_commands()
1205 error_flags, mysql_error(mysql)); in execute_commands()
1214 error_flags, mysql_error(mysql)); in execute_commands()
1227 " instead", error_flags); in execute_commands()
1256 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/mmc/
H A Dgen_atmel_mci.c141 *error_flags |= MMCI_BIT(RCRCE); in mci_encode_cmd()
159 if (status & (error_flags | MMCI_BIT(OVRE))) in mci_data_read()
178 if (status & (error_flags | MMCI_BIT(UNRE))) in mci_data_write()
201 u32 error_flags = 0; in mci_send_cmd() local
210 cmdr = mci_encode_cmd(cmd, data, &error_flags); in mci_send_cmd()
229 if ((status & error_flags) & MMCI_BIT(RTOE)) { in mci_send_cmd()
232 } else if (status & error_flags) { in mci_send_cmd()
252 (atmel_mci_t *mci, u32* data, u32 error_flags); in mci_send_cmd()
270 status = mci_data_op(mci, ioptr, error_flags); in mci_send_cmd()
290 error_flags); in mci_send_cmd()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/client/
H A Dmysqladmin.cc365 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
541 error_flags, host, mysql_error(mysql)); in sql_connect()
637 error_flags, mysql_error(mysql)); in execute_commands()
807 my_printf_error(0, "debug failed; error: '%s'", error_flags, in execute_commands()
981 error_flags, mysql_error(mysql)); in execute_commands()
992 error_flags, mysql_error(mysql)); in execute_commands()
1017 error_flags, mysql_error(mysql)); in execute_commands()
1025 error_flags, mysql_error(mysql)); in execute_commands()
1039 " instead", error_flags); in execute_commands()
1056 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysqladmin.cc395 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
581 error_flags, host, mysql_error(mysql)); in sql_connect()
678 error_flags, mysql_error(mysql)); in execute_commands()
688 my_printf_error(0, "Too few arguments to drop", error_flags); in execute_commands()
733 my_printf_error(0, "reload failed; error: '%s'", error_flags, in execute_commands()
848 my_printf_error(0, "debug failed; error: '%s'", error_flags, in execute_commands()
1144 error_flags, mysql_error(mysql)); in execute_commands()
1159 " instead", error_flags); in execute_commands()
1189 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
1225 error_flags, mysql_error(mysql)); in execute_commands()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysqladmin.cc395 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
581 error_flags, host, mysql_error(mysql)); in sql_connect()
678 error_flags, mysql_error(mysql)); in execute_commands()
688 my_printf_error(0, "Too few arguments to drop", error_flags); in execute_commands()
733 my_printf_error(0, "reload failed; error: '%s'", error_flags, in execute_commands()
848 my_printf_error(0, "debug failed; error: '%s'", error_flags, in execute_commands()
1144 error_flags, mysql_error(mysql)); in execute_commands()
1159 " instead", error_flags); in execute_commands()
1189 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
1225 error_flags, mysql_error(mysql)); in execute_commands()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysqladmin.cc395 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
581 error_flags, host, mysql_error(mysql)); in sql_connect()
678 error_flags, mysql_error(mysql)); in execute_commands()
688 my_printf_error(0, "Too few arguments to drop", error_flags); in execute_commands()
733 my_printf_error(0, "reload failed; error: '%s'", error_flags, in execute_commands()
848 my_printf_error(0, "debug failed; error: '%s'", error_flags, in execute_commands()
1144 error_flags, mysql_error(mysql)); in execute_commands()
1159 " instead", error_flags); in execute_commands()
1189 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
1225 error_flags, mysql_error(mysql)); in execute_commands()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysqladmin.cc395 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
581 error_flags, host, mysql_error(mysql)); in sql_connect()
678 error_flags, mysql_error(mysql)); in execute_commands()
688 my_printf_error(0, "Too few arguments to drop", error_flags); in execute_commands()
733 my_printf_error(0, "reload failed; error: '%s'", error_flags, in execute_commands()
848 my_printf_error(0, "debug failed; error: '%s'", error_flags, in execute_commands()
1144 error_flags, mysql_error(mysql)); in execute_commands()
1159 " instead", error_flags); in execute_commands()
1189 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
1225 error_flags, mysql_error(mysql)); in execute_commands()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/client/
H A Dmysqladmin.cc395 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
581 error_flags, host, mysql_error(mysql)); in sql_connect()
678 error_flags, mysql_error(mysql)); in execute_commands()
688 my_printf_error(0, "Too few arguments to drop", error_flags); in execute_commands()
733 my_printf_error(0, "reload failed; error: '%s'", error_flags, in execute_commands()
848 my_printf_error(0, "debug failed; error: '%s'", error_flags, in execute_commands()
1144 error_flags, mysql_error(mysql)); in execute_commands()
1159 " instead", error_flags); in execute_commands()
1189 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
1225 error_flags, mysql_error(mysql)); in execute_commands()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dmysqladmin.cc407 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
594 error_flags, host, mysql_error(mysql)); in sql_connect()
692 error_flags, mysql_error(mysql)); in execute_commands()
702 my_printf_error(0, "Too few arguments to drop", error_flags); in execute_commands()
872 my_printf_error(0, "debug failed; error: '%s'", error_flags, in execute_commands()
1125 error_flags, mysql_error(mysql)); in execute_commands()
1140 " instead", error_flags); in execute_commands()
1175 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
1211 error_flags, mysql_error(mysql)); in execute_commands()
1573 " error: '%s'. Continuing.", error_flags, in get_pidfile()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/
H A Dmysqladmin.cc407 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
594 error_flags, host, mysql_error(mysql)); in sql_connect()
692 error_flags, mysql_error(mysql)); in execute_commands()
702 my_printf_error(0, "Too few arguments to drop", error_flags); in execute_commands()
872 my_printf_error(0, "debug failed; error: '%s'", error_flags, in execute_commands()
1125 error_flags, mysql_error(mysql)); in execute_commands()
1140 " instead", error_flags); in execute_commands()
1175 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
1211 error_flags, mysql_error(mysql)); in execute_commands()
1573 " error: '%s'. Continuing.", error_flags, in get_pidfile()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/client/
H A Dmysqladmin.cc407 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
594 error_flags, host, mysql_error(mysql)); in sql_connect()
692 error_flags, mysql_error(mysql)); in execute_commands()
702 my_printf_error(0, "Too few arguments to drop", error_flags); in execute_commands()
872 my_printf_error(0, "debug failed; error: '%s'", error_flags, in execute_commands()
1125 error_flags, mysql_error(mysql)); in execute_commands()
1140 " instead", error_flags); in execute_commands()
1175 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
1211 error_flags, mysql_error(mysql)); in execute_commands()
1573 " error: '%s'. Continuing.", error_flags, in get_pidfile()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/
H A Dmysqladmin.cc407 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
594 error_flags, host, mysql_error(mysql)); in sql_connect()
692 error_flags, mysql_error(mysql)); in execute_commands()
702 my_printf_error(0, "Too few arguments to drop", error_flags); in execute_commands()
872 my_printf_error(0, "debug failed; error: '%s'", error_flags, in execute_commands()
1125 error_flags, mysql_error(mysql)); in execute_commands()
1140 " instead", error_flags); in execute_commands()
1175 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
1211 error_flags, mysql_error(mysql)); in execute_commands()
1573 " error: '%s'. Continuing.", error_flags, in get_pidfile()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/client/
H A Dmysqladmin.cc407 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
594 error_flags, host, mysql_error(mysql)); in sql_connect()
692 error_flags, mysql_error(mysql)); in execute_commands()
702 my_printf_error(0, "Too few arguments to drop", error_flags); in execute_commands()
872 my_printf_error(0, "debug failed; error: '%s'", error_flags, in execute_commands()
1125 error_flags, mysql_error(mysql)); in execute_commands()
1140 " instead", error_flags); in execute_commands()
1175 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
1211 error_flags, mysql_error(mysql)); in execute_commands()
1573 " error: '%s'. Continuing.", error_flags, in get_pidfile()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/client/
H A Dmysqladmin.cc407 error_flags= (myf)(opt_nobeep ? 0 : ME_BELL); in main()
594 error_flags, host, mysql_error(mysql)); in sql_connect()
692 error_flags, mysql_error(mysql)); in execute_commands()
702 my_printf_error(0, "Too few arguments to drop", error_flags); in execute_commands()
872 my_printf_error(0, "debug failed; error: '%s'", error_flags, in execute_commands()
1125 error_flags, mysql_error(mysql)); in execute_commands()
1140 " instead", error_flags); in execute_commands()
1175 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
1211 error_flags, mysql_error(mysql)); in execute_commands()
1573 " error: '%s'. Continuing.", error_flags, in get_pidfile()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/
H A Dmysqladmin.cc449 error_flags = (myf)(opt_nobeep ? 0 : ME_BELL); in main()
611 error_flags, host, mysql_error(mysql)); in sql_connect()
693 error_flags, mysql_error(mysql)); in execute_commands()
861 error_flags, mysql_error(mysql)); in execute_commands()
1000 error_flags); in execute_commands()
1068 error_flags, mysql_error(mysql)); in execute_commands()
1083 error_flags); in execute_commands()
1115 my_printf_error(0, "Error starting slave: %s", error_flags, in execute_commands()
1141 error_flags, mysql_error(mysql)); in execute_commands()
1441 error_flags, mysql_error(mysql)); in get_pidfile()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/mmc/
H A Dgen_atmel_mci.c164 struct mmc_cmd *cmd, struct mmc_data *data, u32* error_flags) argument
184 *error_flags |= MMCI_BIT(RCRCE);
202 if (status & (error_flags | MMCI_BIT(OVRE)))
221 if (status & (error_flags | MMCI_BIT(UNRE)))
254 u32 error_flags = 0; local
263 cmdr = mci_encode_cmd(cmd, data, &error_flags);
284 if ((status & error_flags) & MMCI_BIT(RTOE)) {
287 } else if (status & error_flags) {
307 (atmel_mci_t *mci, u32* data, u32 error_flags);
323 status = mci_data_op(mci, ioptr, error_flags);
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/mmc/
H A Dgen_atmel_mci.c164 struct mmc_cmd *cmd, struct mmc_data *data, u32* error_flags) argument
184 *error_flags |= MMCI_BIT(RCRCE);
202 if (status & (error_flags | MMCI_BIT(OVRE)))
221 if (status & (error_flags | MMCI_BIT(UNRE)))
254 u32 error_flags = 0; local
263 cmdr = mci_encode_cmd(cmd, data, &error_flags);
284 if ((status & error_flags) & MMCI_BIT(RTOE)) {
287 } else if (status & error_flags) {
307 (atmel_mci_t *mci, u32* data, u32 error_flags);
323 status = mci_data_op(mci, ioptr, error_flags);
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/mmc/
H A Dgen_atmel_mci.c166 struct mmc_cmd *cmd, struct mmc_data *data, u32* error_flags) argument
186 *error_flags |= MMCI_BIT(RCRCE);
204 if (status & (error_flags | MMCI_BIT(OVRE)))
223 if (status & (error_flags | MMCI_BIT(UNRE)))
256 u32 error_flags = 0; local
265 cmdr = mci_encode_cmd(cmd, data, &error_flags);
286 if ((status & error_flags) & MMCI_BIT(RTOE)) {
289 } else if (status & error_flags) {
309 (atmel_mci_t *mci, u32* data, u32 error_flags);
325 status = mci_data_op(mci, ioptr, error_flags);
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/mmc/
H A Dgen_atmel_mci.c166 struct mmc_cmd *cmd, struct mmc_data *data, u32* error_flags) argument
186 *error_flags |= MMCI_BIT(RCRCE);
204 if (status & (error_flags | MMCI_BIT(OVRE)))
223 if (status & (error_flags | MMCI_BIT(UNRE)))
256 u32 error_flags = 0; local
265 cmdr = mci_encode_cmd(cmd, data, &error_flags);
286 if ((status & error_flags) & MMCI_BIT(RTOE)) {
289 } else if (status & error_flags) {
309 (atmel_mci_t *mci, u32* data, u32 error_flags);
325 status = mci_data_op(mci, ioptr, error_flags);
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/mmc/
H A Dgen_atmel_mci.c166 struct mmc_cmd *cmd, struct mmc_data *data, u32* error_flags) argument
186 *error_flags |= MMCI_BIT(RCRCE);
204 if (status & (error_flags | MMCI_BIT(OVRE)))
223 if (status & (error_flags | MMCI_BIT(UNRE)))
256 u32 error_flags = 0; local
265 cmdr = mci_encode_cmd(cmd, data, &error_flags);
286 if ((status & error_flags) & MMCI_BIT(RTOE)) {
289 } else if (status & error_flags) {
309 (atmel_mci_t *mci, u32* data, u32 error_flags);
325 status = mci_data_op(mci, ioptr, error_flags);
[all …]

1234567891011