Commit 9e4dc3fb authored by venu@myvenu.com's avatar venu@myvenu.com

sql_error.cc:

  make tests to go ; becuase of DROP TABLE ID EXISTS warnings
parent 7ffe639d
......@@ -110,6 +110,7 @@ void push_warning(THD *thd, MYSQL_ERROR::enum_warning_level level, uint code,
void store_warning(THD *thd, uint errcode, ...)
{
#if TESTS_TO_BE_FIXED
va_list args;
const char *format;
char warning[ERRMSGSIZE+20];
......@@ -128,6 +129,7 @@ void store_warning(THD *thd, uint errcode, ...)
va_end(args);
push_warning(thd, MYSQL_ERROR::WARN_LEVEL_WARN, errcode, warning);
DBUG_VOID_RETURN;
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment