[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add missing static.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:35:40 JST 2012


Kouhei Sutou	2012-01-09 22:17:18 +0900 (Mon, 09 Jan 2012)

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

  Log:
    add missing static.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2012-01-07 13:23:37 +0900 (c488643)
+++ ha_mroonga.cc    2012-01-09 22:17:18 +0900 (a980cdb)
@@ -730,7 +730,7 @@ static MYSQL_SYSVAR_STR(version, mrn_version,
                         NULL,
                         MRN_VERSION);
 
-struct st_mysql_sys_var *mrn_system_variables[] =
+static struct st_mysql_sys_var *mrn_system_variables[] =
 {
   MYSQL_SYSVAR(log_level),
   MYSQL_SYSVAR(log_file),
-------------- next part --------------
HTML����������������������������...
Download 



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