Kouhei Sutou
null+****@clear*****
Tue Dec 30 10:34:56 JST 2014
Kouhei Sutou 2014-12-30 10:34:56 +0900 (Tue, 30 Dec 2014) New Revision: 6a4287cec0f4213b3d6d7eb16c4aaf9c3cc2ed0c https://github.com/ranguba/rroonga/commit/6a4287cec0f4213b3d6d7eb16c4aaf9c3cc2ed0c Message: Add note Modified files: ext/groonga/rb-grn-column.c Modified: ext/groonga/rb-grn-column.c (+4 -0) =================================================================== --- ext/groonga/rb-grn-column.c 2014-12-30 10:31:44 +0900 (656173a) +++ ext/groonga/rb-grn-column.c 2014-12-30 10:34:56 +0900 (e0ec8b3) @@ -611,6 +611,10 @@ rb_grn_column_reference_p (VALUE self) /* * Clears all values in column. * + * This method is a dangerous method. You can't use this method when + * other process is using the column. The other process that is using + * the column must re-open its database after this method is done. + * * @since 4.0.8 * * @overload truncate -------------- next part -------------- HTML����������������������������... 下載