Home
last modified time | relevance | path

Searched refs:stmt_da (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dprotocol.cc164 thd->stmt_da->can_overwrite_status= TRUE; in net_send_error()
171 thd->stmt_da->can_overwrite_status= FALSE; in net_send_error()
245 thd->stmt_da->can_overwrite_status= TRUE; in net_send_ok()
254 thd->stmt_da->can_overwrite_status= FALSE; in net_send_ok()
294 thd->stmt_da->can_overwrite_status= TRUE; in net_send_eof()
489 DBUG_ASSERT(! thd->stmt_da->is_sent); in end_statement()
493 if (thd->stmt_da->is_sent) in end_statement()
496 switch (thd->stmt_da->status()) { in end_statement()
512 thd->stmt_da->message()); in end_statement()
523 thd->stmt_da->is_sent= TRUE; in end_statement()
[all …]
H A Dsql_audit.h176 (thd)->stmt_da->is_error() ? (thd)->stmt_da->sql_errno() : 0,\
196 (thd)->stmt_da->is_error() ? (thd)->stmt_da->sql_errno() : 0,\
H A Dsql_derived.cc186 (thd->stmt_da->sql_errno() == ER_BAD_FIELD_ERROR || in mysql_derived_prepare()
187 thd->stmt_da->sql_errno() == ER_FUNC_INEXISTENT_NAME_COLLISION || in mysql_derived_prepare()
188 thd->stmt_da->sql_errno() == ER_SP_DOES_NOT_EXIST)) in mysql_derived_prepare()
H A Dsql_admin.cc483 if (thd->stmt_da->is_error() && in mysql_admin_table()
484 table_not_corrupt_error(thd->stmt_da->sql_errno())) in mysql_admin_table()
532 thd->stmt_da->reset_diagnostics_area(); in mysql_admin_table()
601 if (thd->stmt_da->is_ok()) in mysql_admin_table()
602 thd->stmt_da->reset_diagnostics_area(); in mysql_admin_table()
744 if (thd->stmt_da->is_ok()) in mysql_admin_table()
745 thd->stmt_da->reset_diagnostics_area(); in mysql_admin_table()
783 const char *err_msg= thd->stmt_da->message(); in mysql_admin_table()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_query_rewrite.cc98 Diagnostics_area *stmt_da = thd->get_stmt_da(); in invoke_post_parse_rewrite_plugins() local
155 stmt_da->reset_condition_info(thd); in invoke_post_parse_rewrite_plugins()
159 stmt_da->set_error_status(plugin_da->mysql_errno(), in invoke_post_parse_rewrite_plugins()
163 stmt_da->copy_sql_conditions_from_da(thd, plugin_da); in invoke_post_parse_rewrite_plugins()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_query_rewrite.cc106 Diagnostics_area *stmt_da= thd->get_stmt_da(); in invoke_post_parse_rewrite_plugins() local
165 stmt_da->reset_condition_info(thd); in invoke_post_parse_rewrite_plugins()
169 stmt_da->set_error_status(plugin_da->mysql_errno(), in invoke_post_parse_rewrite_plugins()
173 stmt_da->copy_sql_conditions_from_da(thd, plugin_da); in invoke_post_parse_rewrite_plugins()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_query_rewrite.cc106 Diagnostics_area *stmt_da= thd->get_stmt_da(); in invoke_post_parse_rewrite_plugins() local
165 stmt_da->reset_condition_info(thd); in invoke_post_parse_rewrite_plugins()
169 stmt_da->set_error_status(plugin_da->mysql_errno(), in invoke_post_parse_rewrite_plugins()
173 stmt_da->copy_sql_conditions_from_da(thd, plugin_da); in invoke_post_parse_rewrite_plugins()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_query_rewrite.cc106 Diagnostics_area *stmt_da= thd->get_stmt_da(); in invoke_post_parse_rewrite_plugins() local
165 stmt_da->reset_condition_info(thd); in invoke_post_parse_rewrite_plugins()
169 stmt_da->set_error_status(plugin_da->mysql_errno(), in invoke_post_parse_rewrite_plugins()
173 stmt_da->copy_sql_conditions_from_da(thd, plugin_da); in invoke_post_parse_rewrite_plugins()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_query_rewrite.cc106 Diagnostics_area *stmt_da= thd->get_stmt_da(); in invoke_post_parse_rewrite_plugins() local
165 stmt_da->reset_condition_info(thd); in invoke_post_parse_rewrite_plugins()
169 stmt_da->set_error_status(plugin_da->mysql_errno(), in invoke_post_parse_rewrite_plugins()
173 stmt_da->copy_sql_conditions_from_da(thd, plugin_da); in invoke_post_parse_rewrite_plugins()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_query_rewrite.cc106 Diagnostics_area *stmt_da= thd->get_stmt_da(); in invoke_post_parse_rewrite_plugins() local
165 stmt_da->reset_condition_info(thd); in invoke_post_parse_rewrite_plugins()
169 stmt_da->set_error_status(plugin_da->mysql_errno(), in invoke_post_parse_rewrite_plugins()
173 stmt_da->copy_sql_conditions_from_da(thd, plugin_da); in invoke_post_parse_rewrite_plugins()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_query_rewrite.cc106 Diagnostics_area *stmt_da= thd->get_stmt_da(); in invoke_post_parse_rewrite_plugins() local
165 stmt_da->reset_condition_info(thd); in invoke_post_parse_rewrite_plugins()
169 stmt_da->set_error_status(plugin_da->mysql_errno(), in invoke_post_parse_rewrite_plugins()
173 stmt_da->copy_sql_conditions_from_da(thd, plugin_da); in invoke_post_parse_rewrite_plugins()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/include/mysql/psi/
H A Dmysql_statement.h218 Diagnostics_area *stmt_da) in inline_mysql_end_statement() argument
222 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da); in inline_mysql_end_statement()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/include/mysql/psi/
H A Dmysql_statement.h218 Diagnostics_area *stmt_da) in inline_mysql_end_statement() argument
222 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da); in inline_mysql_end_statement()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/include/mysql/psi/
H A Dmysql_statement.h218 Diagnostics_area *stmt_da) in inline_mysql_end_statement() argument
222 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da); in inline_mysql_end_statement()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/include/mysql/psi/
H A Dmysql_statement.h218 Diagnostics_area *stmt_da) in inline_mysql_end_statement() argument
222 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da); in inline_mysql_end_statement()
/dports/databases/mariadb104-server/mariadb-10.4.24/include/mysql/psi/
H A Dmysql_statement.h219 Diagnostics_area *stmt_da) in inline_mysql_end_statement() argument
223 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da); in inline_mysql_end_statement()
/dports/databases/mariadb103-server/mariadb-10.3.34/include/mysql/psi/
H A Dmysql_statement.h219 Diagnostics_area *stmt_da)
223 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da);
/dports/databases/mariadb103-client/mariadb-10.3.34/include/mysql/psi/
H A Dmysql_statement.h219 Diagnostics_area *stmt_da)
223 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da);
/dports/databases/mariadb104-client/mariadb-10.4.24/include/mysql/psi/
H A Dmysql_statement.h219 Diagnostics_area *stmt_da) in inline_mysql_end_statement() argument
223 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da); in inline_mysql_end_statement()
/dports/databases/mysql56-client/mysql-5.6.51/include/mysql/psi/
H A Dmysql_statement.h218 Diagnostics_area *stmt_da) in inline_mysql_end_statement() argument
222 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da); in inline_mysql_end_statement()
/dports/databases/percona57-server/percona-server-5.7.36-39/include/mysql/psi/
H A Dmysql_statement.h231 Diagnostics_area *stmt_da) in inline_mysql_end_statement() argument
235 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da); in inline_mysql_end_statement()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/mysql/psi/
H A Dmysql_statement.h231 Diagnostics_area *stmt_da) in inline_mysql_end_statement() argument
235 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da); in inline_mysql_end_statement()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/mysql/psi/
H A Dmysql_statement.h231 Diagnostics_area *stmt_da) in inline_mysql_end_statement() argument
235 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da); in inline_mysql_end_statement()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/mysql/psi/
H A Dmysql_statement.h231 Diagnostics_area *stmt_da) in inline_mysql_end_statement() argument
235 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da); in inline_mysql_end_statement()
/dports/databases/percona57-client/percona-server-5.7.36-39/include/mysql/psi/
H A Dmysql_statement.h231 Diagnostics_area *stmt_da) in inline_mysql_end_statement() argument
235 PSI_STATEMENT_CALL(end_statement)(locker, stmt_da); in inline_mysql_end_statement()

12345678