1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Added defines for mysqld_error_find_printf_error_used

This is to make it easier to use the
create_mysqld_error_find_printf_error tool to find wrong print
This commit is contained in:
Monty
2018-01-08 14:59:42 +02:00
parent 29fd049a7b
commit bbe0055fee
2 changed files with 6 additions and 0 deletions

View File

@ -4163,6 +4163,11 @@ public:
{
parse_error(ER_SYNTAX_ERROR);
}
#ifdef mysqld_error_find_printf_error_used
void parse_error(const char *t)
{
}
#endif
private:
/*
Only the implementation of the SIGNAL and RESIGNAL statements