[Groonga-mysql-commit] mroonga/mroonga at 3619a8e [master] mysql57: use compatibility macro for log level

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 16 18:56:44 JST 2015


Kouhei Sutou	2015-05-16 18:56:44 +0900 (Sat, 16 May 2015)

  New Revision: 3619a8ed8c8b3d21a7121bbf6349478b80c06eec
  https://github.com/mroonga/mroonga/commit/3619a8ed8c8b3d21a7121bbf6349478b80c06eec

  Message:
    mysql57: use compatibility macro for log level

  Modified files:
    lib/mrn_database_repairer.cpp

  Modified: lib/mrn_database_repairer.cpp (+1 -1)
===================================================================
--- lib/mrn_database_repairer.cpp    2015-05-16 18:56:01 +0900 (151330c)
+++ lib/mrn_database_repairer.cpp    2015-05-16 18:56:44 +0900 (f04c027)
@@ -233,7 +233,7 @@ namespace mrn {
     bool *succeeded = static_cast<bool *>(user_data);
     if (grn_db_recover(ctx_, db) != GRN_SUCCESS) {
       push_warning_printf(thd_,
-                          Sql_condition::WARN_LEVEL_WARN,
+                          MRN_SEVERITY_WARNING,
                           ER_NOT_KEYFILE,
                           "mroonga: repair: "
                           "Failed to recover database: <%s>: <%s>",
-------------- next part --------------
HTML����������������������������...
Download 



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