null+****@clear*****
null+****@clear*****
2012年 2月 6日 (月) 14:38:24 JST
Kouhei Sutou 2012-02-06 14:38:24 +0900 (Mon, 06 Feb 2012) New Revision: ef6e7b4846325e53783673a8bc4e7b7677bfba3d Log: add more information to log message. Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+1 -1) =================================================================== --- ha_mroonga.cc 2012-02-06 05:08:33 +0900 (59cb127) +++ ha_mroonga.cc 2012-02-06 14:38:24 +0900 (4c6d5f4) @@ -3889,7 +3889,7 @@ int ha_mroonga::extra(enum ha_extra_function operation) int error = 0; MRN_DBUG_ENTER_METHOD(); DBUG_PRINT("info", - ("mroonga: this=%p; %s", + ("mroonga: this=%p; extra-operation=%s", this, mrn_inspect_extra_function(operation))); if (share->wrapper_mode) {