[Groonga-mysql-commit] mroonga/mroonga at e2fcde5 [master] Add SQL to uninstall Mroonga

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 8 15:11:19 JST 2014


Kouhei Sutou	2014-05-08 15:11:19 +0900 (Thu, 08 May 2014)

  New Revision: e2fcde506b68517ad05919be66c903ddb480f8f6
  https://github.com/mroonga/mroonga/commit/e2fcde506b68517ad05919be66c903ddb480f8f6

  Message:
    Add SQL to uninstall Mroonga

  Added files:
    data/uninstall.sql

  Added: data/uninstall.sql (+8 -0) 100644
===================================================================
--- /dev/null
+++ data/uninstall.sql    2014-05-08 15:11:19 +0900 (482e3c0)
@@ -0,0 +1,8 @@
+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;
+
+UNINSTALL PLUGIN mroonga;
+
+FLUSH TABLES;
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-mysql-commit mailing list
Back to archive index