mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-20842 Crash using versioning plugin functions after plugin was removed from server
Remove plugin functions via item_create_remove() at deinit time.
This commit is contained in:
@@ -529,5 +529,11 @@ alter table t add `row_start` bigint unsigned as row start,
|
||||
modify x int after row_start,
|
||||
with system versioning;
|
||||
|
||||
|
||||
create or replace database test;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-20842 Crash using versioning plugin functions after plugin was removed from server
|
||||
--echo #
|
||||
uninstall plugin test_versioning;
|
||||
--error ER_SP_DOES_NOT_EXIST
|
||||
select trt_begin_ts(0);
|
||||
|
Reference in New Issue
Block a user