Commit 3d658078 authored by Jimmy Yang's avatar Jimmy Yang

Fix Bug #16710923 - FALSE REPORTS OF DB_FOREIGN_EXCEED_MAX_CASCADE

                  
rb://2582 approved by Inaam
parent 64c58c13
...@@ -933,7 +933,7 @@ convert_error_code_to_mysql( ...@@ -933,7 +933,7 @@ convert_error_code_to_mysql(
case DB_INTERRUPTED: case DB_INTERRUPTED:
my_error(ER_QUERY_INTERRUPTED, MYF(0)); my_error(ER_QUERY_INTERRUPTED, MYF(0));
/* fall through */ return(-1);
case DB_FOREIGN_EXCEED_MAX_CASCADE: case DB_FOREIGN_EXCEED_MAX_CASCADE:
push_warning_printf(thd, MYSQL_ERROR::WARN_LEVEL_WARN, push_warning_printf(thd, MYSQL_ERROR::WARN_LEVEL_WARN,
......
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