[Groonga-mysql-commit] mroonga/mroonga [master] remove a needless comment.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 6月 16日 (木) 09:57:17 JST


Kouhei Sutou	2011-06-16 00:57:17 +0000 (Thu, 16 Jun 2011)

  New Revision: 01827546cfb02af2154a455ff74dcdfd4fd4e456

  Log:
    remove a needless comment.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+0 -1)
===================================================================
--- ha_mroonga.cc    2011-06-14 08:03:44 +0000 (31f2455)
+++ ha_mroonga.cc    2011-06-16 00:57:17 +0000 (510c462)
@@ -1496,7 +1496,6 @@ int ha_mroonga::create(const char *name, TABLE *table, HA_CREATE_INFO *info)
 
   if (tmp_share->wrapper_mode)
   {
-    /* create wrapped table */
     error = wrapper_create(name, table, info, tmp_share);
   } else {
     error = default_create(name, table, info, tmp_share);




Groonga-mysql-commit メーリングリストの案内
Back to archive index