From a175314c3e5827eb193872241446f2f8f5c9d33c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:07:14 +0200 Subject: Adding upstream version 1:10.5.12. Signed-off-by: Daniel Baumann --- storage/mroonga/data/uninstall.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 storage/mroonga/data/uninstall.sql (limited to 'storage/mroonga/data/uninstall.sql') diff --git a/storage/mroonga/data/uninstall.sql b/storage/mroonga/data/uninstall.sql new file mode 100644 index 00000000..5713e074 --- /dev/null +++ b/storage/mroonga/data/uninstall.sql @@ -0,0 +1,12 @@ +DROP FUNCTION IF EXISTS last_insert_grn_id; +DROP FUNCTION IF EXISTS mroonga_snippet; +DROP FUNCTION IF EXISTS mroonga_command; +DROP FUNCTION IF EXISTS mroonga_escape; +DROP FUNCTION IF EXISTS mroonga_snippet_html; +DROP FUNCTION IF EXISTS mroonga_normalize; +DROP FUNCTION IF EXISTS mroonga_highlight_html; +DROP FUNCTION IF EXISTS mroonga_query_expand; + +UNINSTALL PLUGIN Mroonga; + +FLUSH TABLES; -- cgit v1.2.3