Home
last modified time | relevance | path

Searched refs:push_warning (Results 1 – 25 of 924) sorted by relevance

12345678910>>...37

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dndb_util_table.cc107 void Ndb_util_table::push_warning(const char *fmt, ...) const { in push_warning() function in Ndb_util_table
120 push_warning("NDB error: %d %s", ndb_err.code, ndb_err.message); in push_ndb_error_warning()
178 push_warning("Could not find expected column '%s'", name); in check_column_exist()
190 push_warning("Column '%s' is not part of primary key", name); in check_primary_key()
196 push_warning("Invalid primary key"); in check_primary_key()
210 push_warning("Column '%s' must be defined as '%s'", col->getName(), in check_column_type()
266 push_warning("Failed to add column '%s'", new_column.getName()); in define_table_add_column()
285 push_warning("Failed to create index '%s'", idx.getName()); in create_index()
314 push_warning("Failed to create table '%s'", new_table.getName()); in create_table_in_NDB()
333 push_warning("Failed to drop table '%s'", old_table.getName()); in drop_table_in_NDB()
[all …]
H A Dndb_ddl_transaction_ctx.cc67 thd_ndb->push_warning( in rollback_create_table()
80 thd_ndb->push_warning("Failed to rollback after CREATE TABLE failure."); in rollback_create_table()
124 thd_ndb->push_warning("Failed to rename table during rollback."); in rollback_rename_table()
203 thd_ndb->push_warning( in rollback_rename_table()
217 thd_ndb->push_warning("Failed to rollback rename table."); in rollback_rename_table()
233 thd_ndb->push_warning( in update_table_id_and_version_in_DD()
242 thd_ndb->push_warning( in update_table_id_and_version_in_DD()
285 thd_ndb->push_warning("Unable to load table during rollback"); in post_ddl_hook_rename_table()
337 thd_ndb->push_warning("Failed to drop a temp table."); in post_ddl_hook_drop_temp_table()
374 thd_ndb->push_warning("Failed to distribute 'DROP TABLE '%s.%s''", in post_ddl_hook_drop_temp_table()
[all …]
H A Dndb_dd_upgrade_table.cc300 thd_ndb->push_warning(ER_CANT_CREATE_TABLE_SHARE_FROM_FRM, in migrate_table_to_dd()
324 thd_ndb->push_warning(ER_CANT_CREATE_HANDLER_OBJECT_FOR_TABLE, in migrate_table_to_dd()
335 thd_ndb->push_warning(ER_CANT_SET_HANDLER_REFERENCE_FOR_TABLE, in migrate_table_to_dd()
379 thd_ndb->push_warning(ER_TABLE_NEEDS_DUMP_UPGRADE, in migrate_table_to_dd()
393 thd_ndb->push_warning( in migrate_table_to_dd()
513 thd_ndb->push_warning(ER_CANT_LOCK_TABLESPACE, in migrate_table_to_dd()
528 thd_ndb->push_warning( in migrate_table_to_dd()
542 thd_ndb->push_warning(ER_BAD_DB_ERROR, "Unknown database '%s'", in migrate_table_to_dd()
556 thd_ndb->push_warning(ER_DD_ERROR_CREATING_ENTRY, in migrate_table_to_dd()
567 thd_ndb->push_warning(ER_DD_CANT_FIX_SE_DATA, in migrate_table_to_dd()
[all …]
H A Dndb_schema_trans_guard.cc34 m_thd_ndb->push_warning("Failed to start NDB schema transaction"); in begin_trans()
48 m_thd_ndb->push_warning("Failed to commit NDB schema transaction"); in commit_trans()
63 m_thd_ndb->push_warning("Failed to abort NDB schema transaction"); in abort_trans()
H A Dndb_schema_dist.cc133 push_warning(m_thd, Sql_condition::SL_WARNING, ER_GET_ERRMSG, in prepare()
341 m_thd_ndb->push_warning("Node %d: '%s'", op_result.nodeid, in push_and_clear_schema_op_results()
372 m_thd_ndb->push_warning("INTERNAL ERROR: prepared keys didn't match"); in log_schema_op()
387 m_thd_ndb->push_warning("INTERNAL ERROR: identifier limits exceeded"); in log_schema_op()
402 m_thd_ndb->push_warning("Schema distribution failed"); in log_schema_op()
555 m_thd_ndb->push_warning("Identifier name '%-.100s' is too long", in create_db()
573 m_thd_ndb->push_warning("Identifier name '%-.100s' is too long", in alter_db()
589 m_thd_ndb->push_warning("Identifier name '%-.100s' is too long", in drop_db()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dtransaction_info.cc59 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
64 push_warning( in push_unsafe_rollback_warnings()
70 push_warning( in push_unsafe_rollback_warnings()
H A Dsql_error.cc534 Diagnostics_area::push_warning(thd, err); in copy_sql_conditions_from_da()
547 Diagnostics_area::push_warning(thd, cond); in copy_non_errors_from_da()
571 if (is_new) Diagnostics_area::push_warning(thd, cond); in copy_new_sql_conditions()
595 Sql_condition *Diagnostics_area::push_warning( in push_warning() function in Diagnostics_area
612 Sql_condition *Diagnostics_area::push_warning( in push_warning() function in Diagnostics_area
614 Sql_condition *new_condition = push_warning( in push_warning()
650 void push_warning(THD *thd, Sql_condition::enum_severity_level severity, in push_warning() function
667 void push_warning(THD *thd, uint code) { in push_warning() function
668 push_warning(thd, Sql_condition::SL_WARNING, code, nullptr); in push_warning()
693 push_warning(thd, severity, code, warning); in push_warning_printf()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dtransaction_info.cc44 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
49 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
54 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dtransaction_info.cc44 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
49 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
54 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dtransaction_info.cc44 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
49 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
54 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dtransaction_info.cc44 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
49 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
54 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dtransaction_info.cc44 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
49 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
54 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dtransaction_info.cc44 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
49 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
54 push_warning(thd, Sql_condition::SL_WARNING, in push_unsafe_rollback_warnings()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/keyring/
H A Dfile_io.cc147 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in fstat()
161 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in remove()
196 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in truncate()
216 push_warning(current_thd, Sql_condition::SL_WARNING, nr, in truncate()
226 push_warning(current_thd, Sql_condition::SL_WARNING, nr, warning); in truncate()
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/keyring/
H A Dfile_io.cc156 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in fstat()
172 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in remove()
208 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in truncate()
228 push_warning(current_thd, Sql_condition::SL_WARNING, nr, in truncate()
241 push_warning(current_thd, Sql_condition::SL_WARNING, nr, warning); in truncate()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/plugin/keyring/
H A Dfile_io.cc156 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in fstat()
172 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in remove()
208 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in truncate()
228 push_warning(current_thd, Sql_condition::SL_WARNING, nr, in truncate()
241 push_warning(current_thd, Sql_condition::SL_WARNING, nr, warning); in truncate()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/keyring/
H A Dfile_io.cc156 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in fstat()
172 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in remove()
208 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in truncate()
228 push_warning(current_thd, Sql_condition::SL_WARNING, nr, in truncate()
241 push_warning(current_thd, Sql_condition::SL_WARNING, nr, warning); in truncate()
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/keyring/
H A Dfile_io.cc156 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in fstat()
172 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in remove()
208 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in truncate()
228 push_warning(current_thd, Sql_condition::SL_WARNING, nr, in truncate()
241 push_warning(current_thd, Sql_condition::SL_WARNING, nr, warning); in truncate()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/keyring/
H A Dfile_io.cc156 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in fstat()
172 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in remove()
208 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in truncate()
228 push_warning(current_thd, Sql_condition::SL_WARNING, nr, in truncate()
241 push_warning(current_thd, Sql_condition::SL_WARNING, nr, warning); in truncate()
/dports/databases/mysql57-client/mysql-5.7.36/plugin/keyring/
H A Dfile_io.cc156 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in fstat()
172 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in remove()
208 push_warning(current_thd, Sql_condition::SL_WARNING, errno, in truncate()
228 push_warning(current_thd, Sql_condition::SL_WARNING, nr, in truncate()
241 push_warning(current_thd, Sql_condition::SL_WARNING, nr, warning); in truncate()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_error.h463 Sql_condition *push_warning(THD *thd,
478 Sql_condition *push_warning(THD *thd, const Sql_condition *sql_condition);
758 Sql_condition *push_warning(THD *thd, const Sql_condition *sql_condition) in push_warning() function
759 { return get_warning_info()->push_warning(thd, sql_condition); } in push_warning()
761 Sql_condition *push_warning(THD *thd, in push_warning() function
767 return get_warning_info()->push_warning(thd, in push_warning()
852 void push_warning(THD *thd, Sql_condition::enum_warning_level level,
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_error.h463 Sql_condition *push_warning(THD *thd,
478 Sql_condition *push_warning(THD *thd, const Sql_condition *sql_condition);
758 Sql_condition *push_warning(THD *thd, const Sql_condition *sql_condition) in push_warning() function
759 { return get_warning_info()->push_warning(thd, sql_condition); } in push_warning()
761 Sql_condition *push_warning(THD *thd, in push_warning() function
767 return get_warning_info()->push_warning(thd, in push_warning()
852 void push_warning(THD *thd, Sql_condition::enum_warning_level level,
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_error.h463 Sql_condition *push_warning(THD *thd,
478 Sql_condition *push_warning(THD *thd, const Sql_condition *sql_condition);
758 Sql_condition *push_warning(THD *thd, const Sql_condition *sql_condition) in push_warning() function
759 { return get_warning_info()->push_warning(thd, sql_condition); } in push_warning()
761 Sql_condition *push_warning(THD *thd, in push_warning() function
767 return get_warning_info()->push_warning(thd, in push_warning()
852 void push_warning(THD *thd, Sql_condition::enum_warning_level level,
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_error.h463 Sql_condition *push_warning(THD *thd,
478 Sql_condition *push_warning(THD *thd, const Sql_condition *sql_condition);
758 Sql_condition *push_warning(THD *thd, const Sql_condition *sql_condition) in push_warning() function
759 { return get_warning_info()->push_warning(thd, sql_condition); } in push_warning()
761 Sql_condition *push_warning(THD *thd, in push_warning() function
767 return get_warning_info()->push_warning(thd, in push_warning()
852 void push_warning(THD *thd, Sql_condition::enum_warning_level level,
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_error.h463 Sql_condition *push_warning(THD *thd,
478 Sql_condition *push_warning(THD *thd, const Sql_condition *sql_condition);
758 Sql_condition *push_warning(THD *thd, const Sql_condition *sql_condition) in push_warning() function
759 { return get_warning_info()->push_warning(thd, sql_condition); } in push_warning()
761 Sql_condition *push_warning(THD *thd, in push_warning() function
767 return get_warning_info()->push_warning(thd, in push_warning()
852 void push_warning(THD *thd, Sql_condition::enum_warning_level level,

12345678910>>...37