[Groonga-commit] groonga/groonga at ceb3d9f [master] doc lock_acquire: add note

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 26 16:17:02 JST 2016


Kouhei Sutou	2016-01-26 16:17:02 +0900 (Tue, 26 Jan 2016)

  New Revision: ceb3d9f3ddc4c7191640f85b47acf481df86ee69
  https://github.com/groonga/groonga/commit/ceb3d9f3ddc4c7191640f85b47acf481df86ee69

  Message:
    doc lock_acquire: add note

  Modified files:
    doc/source/reference/commands/lock_acquire.rst

  Modified: doc/source/reference/commands/lock_acquire.rst (+7 -0)
===================================================================
--- doc/source/reference/commands/lock_acquire.rst    2016-01-26 16:01:12 +0900 (30071b8)
+++ doc/source/reference/commands/lock_acquire.rst    2016-01-26 16:17:02 +0900 (90fcd36)
@@ -16,6 +16,13 @@ Summary
 ``lock_acquire`` command acquires the lock of the target object. The
 target object is one of database, table and column.
 
+.. note::
+
+   This is a dangerous command. You must release locks by
+   :doc:`lock_release` that you acquire when these locks are no longer
+   needed. If you forget to release these locks, your database may be
+   broken.
+
 Syntax
 ------
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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