mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Update Mroonga to the latest version on 2015-07-02T04:12:21+0900
This commit is contained in:
@@ -50,4 +50,10 @@ namespace mrn {
|
||||
grn_obj *SmartGrnObj::get() {
|
||||
return obj_;
|
||||
}
|
||||
|
||||
grn_obj *SmartGrnObj::release() {
|
||||
grn_obj *obj = obj_;
|
||||
obj_ = NULL;
|
||||
return obj;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user