[Groonga-mysql-commit] mroonga/mroonga [master] add a missing space before '='.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 6月 13日 (月) 11:33:50 JST


Kouhei Sutou	2011-06-13 02:33:50 +0000 (Mon, 13 Jun 2011)

  New Revision: 1f1a3b36059d78aeae5cb54a62872ddba64d0f3b

  Log:
    add a missing space before '='.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2011-06-13 01:59:24 +0000 (9c23129)
+++ ha_mroonga.cc    2011-06-13 02:33:50 +0000 (ceb7deb)
@@ -2147,7 +2147,7 @@ int ha_mroonga::extra_opt(enum ha_extra_function operation, ulong cache_size)
 int ha_mroonga::wrapper_write_row(uchar *buf)
 {
   int error;
-  THD *thd= ha_thd();
+  THD *thd = ha_thd();
   MRN_DBUG_ENTER_METHOD();
   MRN_SET_WRAP_SHARE_KEY(share, table->s);
   MRN_SET_WRAP_TABLE_KEY(this, table);




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