diff options
author | Aleksey Midenkov <midenok@gmail.com> | 2022-01-15 14:17:19 +0300 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2022-01-15 14:17:19 +0300 |
commit | 7105c810bd61dec2e5190e60104db8fee8899280 (patch) | |
tree | e3a906672efea89892906760c535a7b9eca561b1 /sql/handler.cc | |
parent | c81677bebba102c306c813e26683db9c37a8a63f (diff) | |
download | mariadb-git-7105c810bd61dec2e5190e60104db8fee8899280.tar.gz |
MDEV-27217 typo fix
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index 1e5e4b18366..2763cd5c442 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -3979,6 +3979,7 @@ void handler::print_error(int error, myf errflag) break; case HA_ERR_PARTITION_LIST: my_error(ER_VERS_NOT_ALLOWED, errflag, table->s->db.str, table->s->table_name.str); + DBUG_VOID_RETURN; default: { /* The error was "unknown" to this function. |