From 87af52d7dd733e71fc7a9e39b882a4fd44f41fec Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 16 Apr 2018 13:21:13 +0200 Subject: MDEV-15866 Mysql CRASH : Json connect + MariaDB 10.3.4 revert incorrect change --- storage/connect/plugutil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/connect') diff --git a/storage/connect/plugutil.cpp b/storage/connect/plugutil.cpp index ac102d03208..887527e38ab 100644 --- a/storage/connect/plugutil.cpp +++ b/storage/connect/plugutil.cpp @@ -559,7 +559,7 @@ void *PlugSubAlloc(PGLOBAL g, void *memp, size_t size) if (trace(1)) htrc("PlugSubAlloc: %s\n", g->Message); - abort(); + throw 1234; } /* endif size OS32 code */ /*********************************************************************/ -- cgit v1.2.1