Commit 7105c810 authored by Aleksey Midenkov's avatar Aleksey Midenkov

MDEV-27217 typo fix

parent c81677be
...@@ -3979,6 +3979,7 @@ void handler::print_error(int error, myf errflag) ...@@ -3979,6 +3979,7 @@ void handler::print_error(int error, myf errflag)
break; break;
case HA_ERR_PARTITION_LIST: case HA_ERR_PARTITION_LIST:
my_error(ER_VERS_NOT_ALLOWED, errflag, table->s->db.str, table->s->table_name.str); my_error(ER_VERS_NOT_ALLOWED, errflag, table->s->db.str, table->s->table_name.str);
DBUG_VOID_RETURN;
default: default:
{ {
/* The error was "unknown" to this function. /* The error was "unknown" to this function.
......
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