Home
last modified time | relevance | path

Searched refs:abort_on_warning (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/security/xca/xca-2.4.0/lib/
H A Dmain.cpp61 static int abort_on_warning = -1; in myMsgOutput() local
72 if (abort_on_warning == -1) { in myMsgOutput()
74 abort_on_warning = a && *a; in myMsgOutput()
96 if (abort_on_warning == 1 && warn_msg) { in myMsgOutput()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_insert.h31 bool check_fields, bool abort_on_warning);
H A Dsql_insert.cc1097 thd->abort_on_warning= 0; in mysql_insert()
1109 thd->abort_on_warning= 0; in mysql_insert()
1387 bool saved_abort_on_warning= thd->abort_on_warning; in mysql_prepare_insert()
1388 thd->abort_on_warning= abort_on_warning; in mysql_prepare_insert()
1393 thd->abort_on_warning= saved_abort_on_warning; in mysql_prepare_insert()
1828 return thd->abort_on_warning ? err : 0; in check_that_all_fields_are_given_values()
3220 bool saved_abort_on_warning= thd->abort_on_warning; in prepare()
3226 thd->abort_on_warning= saved_abort_on_warning; in prepare()
3348 thd->abort_on_warning= (!info.ignore && in prepare()
3404 thd->abort_on_warning= 0; in ~select_insert()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_insert.h37 bool check_fields, bool abort_on_warning);
H A Dsql_insert.cc991 thd->abort_on_warning= (!ignore && thd->is_strict_mode()); in mysql_insert()
1268 thd->abort_on_warning= 0; in mysql_insert()
1278 thd->abort_on_warning= 0; in mysql_insert()
1493 bool check_fields, bool abort_on_warning) in mysql_prepare_insert() argument
1562 bool saved_abort_on_warning= thd->abort_on_warning; in mysql_prepare_insert()
1563 thd->abort_on_warning= abort_on_warning; in mysql_prepare_insert()
1568 thd->abort_on_warning= saved_abort_on_warning; in mysql_prepare_insert()
2062 return thd->abort_on_warning ? err : 0; in check_that_all_fields_are_given_values()
3566 bool saved_abort_on_warning= thd->abort_on_warning; in prepare()
3572 thd->abort_on_warning= saved_abort_on_warning; in prepare()
[all …]
H A Ddebug_sync.cc1929 const bool save_abort_on_warning= thd->abort_on_warning; in debug_sync_execute()
1930 thd->abort_on_warning= false; in debug_sync_execute()
1933 thd->abort_on_warning= save_abort_on_warning; in debug_sync_execute()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_insert.h37 bool check_fields, bool abort_on_warning);
H A Dsql_insert.cc991 thd->abort_on_warning= (!ignore && thd->is_strict_mode()); in mysql_insert()
1268 thd->abort_on_warning= 0; in mysql_insert()
1278 thd->abort_on_warning= 0; in mysql_insert()
1493 bool check_fields, bool abort_on_warning) in mysql_prepare_insert() argument
1562 bool saved_abort_on_warning= thd->abort_on_warning; in mysql_prepare_insert()
1563 thd->abort_on_warning= abort_on_warning; in mysql_prepare_insert()
1568 thd->abort_on_warning= saved_abort_on_warning; in mysql_prepare_insert()
2062 return thd->abort_on_warning ? err : 0; in check_that_all_fields_are_given_values()
3566 bool saved_abort_on_warning= thd->abort_on_warning; in prepare()
3572 thd->abort_on_warning= saved_abort_on_warning; in prepare()
[all …]
H A Ddebug_sync.cc1929 const bool save_abort_on_warning= thd->abort_on_warning; in debug_sync_execute()
1930 thd->abort_on_warning= false; in debug_sync_execute()
1933 thd->abort_on_warning= save_abort_on_warning; in debug_sync_execute()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_insert.h37 bool check_fields, bool abort_on_warning);
H A Dsql_insert.cc978 thd->abort_on_warning= (!ignore && thd->is_strict_mode()); in mysql_insert()
1250 thd->abort_on_warning= 0; in mysql_insert()
1260 thd->abort_on_warning= 0; in mysql_insert()
1475 bool check_fields, bool abort_on_warning) in mysql_prepare_insert() argument
1544 bool saved_abort_on_warning= thd->abort_on_warning; in mysql_prepare_insert()
1545 thd->abort_on_warning= abort_on_warning; in mysql_prepare_insert()
1550 thd->abort_on_warning= saved_abort_on_warning; in mysql_prepare_insert()
2034 return thd->abort_on_warning ? err : 0; in check_that_all_fields_are_given_values()
3526 bool saved_abort_on_warning= thd->abort_on_warning; in prepare()
3532 thd->abort_on_warning= saved_abort_on_warning; in prepare()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_insert.h37 bool check_fields, bool abort_on_warning);
H A Dsql_insert.cc991 thd->abort_on_warning= (!ignore && thd->is_strict_mode()); in mysql_insert()
1268 thd->abort_on_warning= 0; in mysql_insert()
1278 thd->abort_on_warning= 0; in mysql_insert()
1493 bool check_fields, bool abort_on_warning) in mysql_prepare_insert() argument
1562 bool saved_abort_on_warning= thd->abort_on_warning; in mysql_prepare_insert()
1563 thd->abort_on_warning= abort_on_warning; in mysql_prepare_insert()
1568 thd->abort_on_warning= saved_abort_on_warning; in mysql_prepare_insert()
2062 return thd->abort_on_warning ? err : 0; in check_that_all_fields_are_given_values()
3566 bool saved_abort_on_warning= thd->abort_on_warning; in prepare()
3572 thd->abort_on_warning= saved_abort_on_warning; in prepare()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_insert.h37 bool check_fields, bool abort_on_warning);
H A Dsql_insert.cc978 thd->abort_on_warning= (!ignore && thd->is_strict_mode()); in mysql_insert()
1246 thd->abort_on_warning= 0; in mysql_insert()
1256 thd->abort_on_warning= 0; in mysql_insert()
1471 bool check_fields, bool abort_on_warning) in mysql_prepare_insert() argument
1540 bool saved_abort_on_warning= thd->abort_on_warning; in mysql_prepare_insert()
1541 thd->abort_on_warning= abort_on_warning; in mysql_prepare_insert()
1546 thd->abort_on_warning= saved_abort_on_warning; in mysql_prepare_insert()
2030 return thd->abort_on_warning ? err : 0; in check_that_all_fields_are_given_values()
3522 bool saved_abort_on_warning= thd->abort_on_warning; in prepare()
3528 thd->abort_on_warning= saved_abort_on_warning; in prepare()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/
H A Dmrn_mysql_compat.h230 # define MRN_ABORT_ON_WARNING(thd) thd->abort_on_warning
235 # define MRN_ABORT_ON_WARNING(thd) thd->abort_on_warning
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/
H A Dmrn_mysql_compat.h230 # define MRN_ABORT_ON_WARNING(thd) thd->abort_on_warning
235 # define MRN_ABORT_ON_WARNING(thd) thd->abort_on_warning
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/
H A Dmrn_mysql_compat.h279 # define MRN_ABORT_ON_WARNING(thd) thd->abort_on_warning
284 # define MRN_ABORT_ON_WARNING(thd) thd->abort_on_warning
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/
H A Dmrn_mysql_compat.h279 # define MRN_ABORT_ON_WARNING(thd) thd->abort_on_warning
284 # define MRN_ABORT_ON_WARNING(thd) thd->abort_on_warning
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/
H A Dmrn_mysql_compat.h279 # define MRN_ABORT_ON_WARNING(thd) thd->abort_on_warning
284 # define MRN_ABORT_ON_WARNING(thd) thd->abort_on_warning
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/
H A Dmrn_mysql_compat.h279 # define MRN_ABORT_ON_WARNING(thd) thd->abort_on_warning
284 # define MRN_ABORT_ON_WARNING(thd) thd->abort_on_warning
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ddebug_sync.cc1456 const bool save_abort_on_warning= thd->abort_on_warning; in debug_sync_execute()
1457 thd->abort_on_warning= false; in debug_sync_execute()
1461 thd->abort_on_warning= save_abort_on_warning; in debug_sync_execute()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ddebug_sync.cc1456 const bool save_abort_on_warning= thd->abort_on_warning; in debug_sync_execute()
1457 thd->abort_on_warning= false; in debug_sync_execute()
1461 thd->abort_on_warning= save_abort_on_warning; in debug_sync_execute()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ddebug_sync.cc1456 const bool save_abort_on_warning= thd->abort_on_warning;
1457 thd->abort_on_warning= false;
1461 thd->abort_on_warning= save_abort_on_warning;
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ddebug_sync.cc1456 const bool save_abort_on_warning= thd->abort_on_warning;
1457 thd->abort_on_warning= false;
1461 thd->abort_on_warning= save_abort_on_warning;

1234567