[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] use <...> instead of "..." for MySQL header include.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:25:56 JST 2012


Kouhei Sutou	2011-06-21 12:16:14 +0900 (Tue, 21 Jun 2011)

  New Revision: e8d1a45afbce84824571405b1250af9cf267a3fb
  https://github.com/mroonga/mroonga/commit/e8d1a45afbce84824571405b1250af9cf267a3fb

  Log:
    use <...> instead of "..." for MySQL header include.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2011-06-21 12:15:34 +0900 (8a81ae9)
+++ ha_mroonga.cc    2011-06-21 12:16:14 +0900 (82b669a)
@@ -47,7 +47,7 @@
 #include <probes_mysql.h>
 #include <sql_plugin.h>
 #include <sql_show.h>
-#include "sql_partition.h"
+#include <sql_partition.h>
 #include <key.h>
 #endif
 #include <sql_select.h>
-------------- next part --------------
HTML����������������������������...
Download 



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