[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add a missing space before '='.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:24:52 JST 2012


Kouhei Sutou	2011-06-13 11:33:50 +0900 (Mon, 13 Jun 2011)

  New Revision: 1f1a3b36059d78aeae5cb54a62872ddba64d0f3b
  https://github.com/mroonga/mroonga/commit/1f1a3b36059d78aeae5cb54a62872ddba64d0f3b

  Log:
    add a missing space before '='.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2011-06-13 10:59:24 +0900 (9c23129)
+++ ha_mroonga.cc    2011-06-13 11:33:50 +0900 (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);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index