Home
last modified time | relevance | path

Searched refs:ER_THD (Results 1 – 25 of 838) sorted by relevance

12345678910>>...34

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dparse_tree_partitions.cc65 error(pc, pos, ER_THD(pc->thd, ER_PARTITION_WRONG_NO_SUBPART_ERROR)); in contextualize()
105 error(pc, pos, ER_THD(pc->thd, ER_MAXVALUE_IN_VALUES_IN)); in contextualize()
150 error(pc, paren_pos, ER_THD(pc->thd, ER_PARTITION_COLUMN_LIST_ERROR)); in contextualize()
167 error(pc, pos, ER_THD(pc->thd, ER_PARTITION_COLUMN_LIST_ERROR)); in contextualize()
190 error(pc, pos, ER_THD(pc->thd, ER_ROW_SINGLE_PARTITION_FIELD_ERROR)); in contextualize()
250 ER_THD(pc->thd, ER_PARTITION_COLUMN_LIST_ERROR)); in contextualize()
270 error(&ppc, pos, ER_THD(pc->thd, ER_UNKNOWN_ERROR)); in contextualize()
289 ER_THD(pc->thd, ER_PARTITION_WRONG_NO_SUBPART_ERROR)); in contextualize()
300 ER_THD(pc->thd, ER_PARTITION_WRONG_NO_SUBPART_ERROR)); in contextualize()
306 ER_THD(pc->thd, ER_PARTITION_WRONG_NO_SUBPART_ERROR)); in contextualize()
[all …]
H A Dtransaction_info.cc61 ER_THD(thd, ER_WARNING_NOT_COMPLETE_ROLLBACK)); in push_unsafe_rollback_warnings()
67 ER_THD(thd, ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE)); in push_unsafe_rollback_warnings()
73 ER_THD(thd, ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE)); in push_unsafe_rollback_warnings()
H A Dderror.h101 #define ER_THD(T, X) X##_MSG macro
104 const char *ER_THD(const THD *thd, int mysql_errno);
H A Dmy_decimal.cc65 ER_THD(current_thd, WARN_DATA_TRUNCATED), "", -1L); in check_result()
72 ER_THD(current_thd, ER_TRUNCATED_WRONG_VALUE), "DECIMAL", strbuff); in check_result()
78 ER_THD(current_thd, ER_DIVISION_BY_ZERO)); in check_result()
87 ER_THD(current_thd, ER_TRUNCATED_WRONG_VALUE_FOR_FIELD), "DECIMAL", in check_result()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dunireg.h54 #define ER_THD(thd,X) ((thd)->variables.errmsgs[((X)-ER_ERROR_FIRST) / ERRORS_PER_RANGE][(X) % ERRO… macro
55 #define ER(X) ER_THD(current_thd, (X))
57 #define ER_THD_OR_DEFAULT(thd,X) ((thd) ? ER_THD(thd, (X)) : ER_DEFAULT(X))
H A Dsql_tablespace.cc41 ER_THD(thd, ER_WARN_USING_OTHER_HANDLER), in mysql_alter_tablespace()
66 ER_THD(thd, ER_ILLEGAL_HA_CREATE_OPTION), in mysql_alter_tablespace()
H A Dsql_udf.cc101 sql_print_warning(ER_THD(thd, ER_CANT_FIND_DL_ENTRY), nm); in init_syms()
239 sql_print_error(ER_THD(new_thd, ER_CANT_OPEN_LIBRARY), in udf_init()
252 sql_print_error(ER_THD(new_thd, ER_CANT_FIND_DL_ENTRY), missing); in udf_init()
527 my_message(ER_OUT_OF_RESOURCES, ER_THD(thd, ER_OUT_OF_RESOURCES), in mysql_create_function()
539 my_message(ER_UDF_NO_PATHS, ER_THD(thd, ER_UDF_NO_PATHS), MYF(0)); in mysql_create_function()
560 ER_THD(thd, ER_UDF_EXISTS), udf->name.str); in mysql_create_function()
679 my_message(ER_OUT_OF_RESOURCES, ER_THD(thd, ER_OUT_OF_RESOURCES), MYF(0)); in mysql_drop_function()
H A Dmy_decimal.cc53 ER_DATA_TRUNCATED, ER_THD(thd, ER_DATA_TRUNCATED), in decimal_operation_results()
58 ER_DATA_OVERFLOW, ER_THD(thd, ER_DATA_OVERFLOW), in decimal_operation_results()
63 ER_DIVISION_BY_ZERO, ER_THD(thd, ER_DIVISION_BY_ZERO)); in decimal_operation_results()
67 ER_BAD_DATA, ER_THD(thd, ER_BAD_DATA), in decimal_operation_results()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dunireg.h54 #define ER_THD(thd,X) ((thd)->variables.errmsgs[((X)-ER_ERROR_FIRST) / ERRORS_PER_RANGE][(X) % ERRO… macro
55 #define ER(X) ER_THD(current_thd, (X))
57 #define ER_THD_OR_DEFAULT(thd,X) ((thd) ? ER_THD(thd, (X)) : ER_DEFAULT(X))
H A Dsql_tablespace.cc41 ER_THD(thd, ER_WARN_USING_OTHER_HANDLER), in mysql_alter_tablespace()
66 ER_THD(thd, ER_ILLEGAL_HA_CREATE_OPTION), in mysql_alter_tablespace()
H A Dsql_udf.cc101 sql_print_warning(ER_THD(thd, ER_CANT_FIND_DL_ENTRY), nm); in init_syms()
250 sql_print_error(ER_THD(new_thd, ER_CANT_OPEN_LIBRARY), in udf_init()
263 sql_print_error(ER_THD(new_thd, ER_CANT_FIND_DL_ENTRY), missing); in udf_init()
538 my_message(ER_OUT_OF_RESOURCES, ER_THD(thd, ER_OUT_OF_RESOURCES), in mysql_create_function()
550 my_message(ER_UDF_NO_PATHS, ER_THD(thd, ER_UDF_NO_PATHS), MYF(0)); in mysql_create_function()
571 ER_THD(thd, ER_UDF_EXISTS), udf->name.str); in mysql_create_function()
690 my_message(ER_OUT_OF_RESOURCES, ER_THD(thd, ER_OUT_OF_RESOURCES), MYF(0)); in mysql_drop_function()
H A Dmy_decimal.cc53 ER_DATA_TRUNCATED, ER_THD(thd, ER_DATA_TRUNCATED), in decimal_operation_results()
58 ER_DATA_OVERFLOW, ER_THD(thd, ER_DATA_OVERFLOW), in decimal_operation_results()
63 ER_DIVISION_BY_ZERO, ER_THD(thd, ER_DIVISION_BY_ZERO)); in decimal_operation_results()
67 ER_BAD_DATA, ER_THD(thd, ER_BAD_DATA), in decimal_operation_results()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dunireg.h54 #define ER_THD(thd,X) ((thd)->variables.errmsgs[((X)-ER_ERROR_FIRST) / ERRORS_PER_RANGE][(X) % ERRO… macro
55 #define ER(X) ER_THD(current_thd, (X))
57 #define ER_THD_OR_DEFAULT(thd,X) ((thd) ? ER_THD(thd, (X)) : ER_DEFAULT(X))
H A Dsql_tablespace.cc41 ER_THD(thd, ER_WARN_USING_OTHER_HANDLER), in mysql_alter_tablespace()
66 ER_THD(thd, ER_ILLEGAL_HA_CREATE_OPTION), in mysql_alter_tablespace()
H A Dsql_udf.cc101 sql_print_warning(ER_THD(thd, ER_CANT_FIND_DL_ENTRY), nm); in init_syms()
239 sql_print_error(ER_THD(new_thd, ER_CANT_OPEN_LIBRARY), in udf_init()
252 sql_print_error(ER_THD(new_thd, ER_CANT_FIND_DL_ENTRY), missing); in udf_init()
527 my_message(ER_OUT_OF_RESOURCES, ER_THD(thd, ER_OUT_OF_RESOURCES), in mysql_create_function()
539 my_message(ER_UDF_NO_PATHS, ER_THD(thd, ER_UDF_NO_PATHS), MYF(0)); in mysql_create_function()
560 ER_THD(thd, ER_UDF_EXISTS), udf->name.str); in mysql_create_function()
679 my_message(ER_OUT_OF_RESOURCES, ER_THD(thd, ER_OUT_OF_RESOURCES), MYF(0)); in mysql_drop_function()
H A Dmy_decimal.cc53 ER_DATA_TRUNCATED, ER_THD(thd, ER_DATA_TRUNCATED), in decimal_operation_results()
58 ER_DATA_OVERFLOW, ER_THD(thd, ER_DATA_OVERFLOW), in decimal_operation_results()
63 ER_DIVISION_BY_ZERO, ER_THD(thd, ER_DIVISION_BY_ZERO)); in decimal_operation_results()
67 ER_BAD_DATA, ER_THD(thd, ER_BAD_DATA), in decimal_operation_results()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dunireg.h54 #define ER_THD(thd,X) ((thd)->variables.errmsgs[((X)-ER_ERROR_FIRST) / ERRORS_PER_RANGE][(X) % ERRO… macro
55 #define ER(X) ER_THD(current_thd, (X))
57 #define ER_THD_OR_DEFAULT(thd,X) ((thd) ? ER_THD(thd, (X)) : ER_DEFAULT(X))
H A Dsql_tablespace.cc41 ER_THD(thd, ER_WARN_USING_OTHER_HANDLER), in mysql_alter_tablespace()
66 ER_THD(thd, ER_ILLEGAL_HA_CREATE_OPTION), in mysql_alter_tablespace()
H A Dsql_udf.cc101 sql_print_warning(ER_THD(thd, ER_CANT_FIND_DL_ENTRY), nm); in init_syms()
250 sql_print_error(ER_THD(new_thd, ER_CANT_OPEN_LIBRARY), in udf_init()
263 sql_print_error(ER_THD(new_thd, ER_CANT_FIND_DL_ENTRY), missing); in udf_init()
538 my_message(ER_OUT_OF_RESOURCES, ER_THD(thd, ER_OUT_OF_RESOURCES), in mysql_create_function()
550 my_message(ER_UDF_NO_PATHS, ER_THD(thd, ER_UDF_NO_PATHS), MYF(0)); in mysql_create_function()
571 ER_THD(thd, ER_UDF_EXISTS), udf->name.str); in mysql_create_function()
690 my_message(ER_OUT_OF_RESOURCES, ER_THD(thd, ER_OUT_OF_RESOURCES), MYF(0)); in mysql_drop_function()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dunireg.h54 #define ER_THD(thd,X) ((thd)->variables.errmsgs[((X)-ER_ERROR_FIRST) / ERRORS_PER_RANGE][(X) % ERRO…
55 #define ER(X) ER_THD(current_thd, (X))
57 #define ER_THD_OR_DEFAULT(thd,X) ((thd) ? ER_THD(thd, (X)) : ER_DEFAULT(X))
H A Dsql_tablespace.cc41 ER_THD(thd, ER_WARN_USING_OTHER_HANDLER), in mysql_alter_tablespace()
66 ER_THD(thd, ER_ILLEGAL_HA_CREATE_OPTION), in mysql_alter_tablespace()
H A Dsql_udf.cc99 sql_print_warning(ER_THD(thd, ER_CANT_FIND_DL_ENTRY), nm); in init_syms()
237 sql_print_error(ER_THD(new_thd, ER_CANT_OPEN_LIBRARY), in udf_init()
250 sql_print_error(ER_THD(new_thd, ER_CANT_FIND_DL_ENTRY), missing); in udf_init()
525 my_message(ER_OUT_OF_RESOURCES, ER_THD(thd, ER_OUT_OF_RESOURCES), in mysql_create_function()
537 my_message(ER_UDF_NO_PATHS, ER_THD(thd, ER_UDF_NO_PATHS), MYF(0)); in mysql_create_function()
558 ER_THD(thd, ER_UDF_EXISTS), udf->name.str); in mysql_create_function()
676 my_message(ER_OUT_OF_RESOURCES, ER_THD(thd, ER_OUT_OF_RESOURCES), MYF(0)); in mysql_drop_function()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dunireg.h54 #define ER_THD(thd,X) ((thd)->variables.errmsgs[((X)-ER_ERROR_FIRST) / ERRORS_PER_RANGE][(X) % ERRO… macro
55 #define ER(X) ER_THD(current_thd, (X))
57 #define ER_THD_OR_DEFAULT(thd,X) ((thd) ? ER_THD(thd, (X)) : ER_DEFAULT(X))
H A Dsql_tablespace.cc41 ER_THD(thd, ER_WARN_USING_OTHER_HANDLER), in mysql_alter_tablespace()
66 ER_THD(thd, ER_ILLEGAL_HA_CREATE_OPTION), in mysql_alter_tablespace()
H A Dsql_udf.cc99 sql_print_warning(ER_THD(thd, ER_CANT_FIND_DL_ENTRY), nm); in init_syms()
237 sql_print_error(ER_THD(new_thd, ER_CANT_OPEN_LIBRARY), in udf_init()
250 sql_print_error(ER_THD(new_thd, ER_CANT_FIND_DL_ENTRY), missing); in udf_init()
525 my_message(ER_OUT_OF_RESOURCES, ER_THD(thd, ER_OUT_OF_RESOURCES), in mysql_create_function()
537 my_message(ER_UDF_NO_PATHS, ER_THD(thd, ER_UDF_NO_PATHS), MYF(0)); in mysql_create_function()
558 ER_THD(thd, ER_UDF_EXISTS), udf->name.str); in mysql_create_function()
676 my_message(ER_OUT_OF_RESOURCES, ER_THD(thd, ER_OUT_OF_RESOURCES), MYF(0)); in mysql_drop_function()

12345678910>>...34