[Groonga-mysql-commit] [Still Failing] mroonga/mroonga#932 (master - e424b6d)

アーカイブの一覧に戻る

Travis CI notif****@travi*****
Tue Oct 8 14:50:51 JST 2013


Build Update for mroonga/mroonga
-------------------------------------

Build: #932
Status: Still Failing

Duration: 8 minutes and 11 seconds
Commit: e424b6d (master)
Author: Kouhei Sutou
Message: mariadb10.0.4: enable MYSQL_TYPE_XXX2 time related types

MariaDB 10.0.4 backports them from MySQL 5.6. But MariaDB 10.0.4
doesn't use these types. It just uses them for reading MySQL 5.6 data.

This change fixes the following warnings:

    ha_mroonga.cpp: In function ‘grn_builtin_type mrn_grn_type_from_field(grn_ctx*, Field*, bool)’:
    ha_mroonga.cpp:950:10: warning: enumeration value ‘MYSQL_TYPE_TIMESTAMP2’ not handled in switch [-Wswitch]
       switch (mysql_field_type) {
              ^
    ha_mroonga.cpp:950:10: warning: enumeration value ‘MYSQL_TYPE_DATETIME2’ not handled in switch [-Wswitch]
    ha_mroonga.cpp:950:10: warning: enumeration value ‘MYSQL_TYPE_TIME2’ not handled in switch [-Wswitch]
    ha_mroonga.cpp: In member function ‘void ha_mroonga::storage_store_field(Field*, const char*, uint)’:
    ha_mroonga.cpp:9724:10: warning: enumeration value ‘MYSQL_TYPE_TIMESTAMP2’ not handled in switch [-Wswitch]
       switch (field->real_type()) {
              ^
    ha_mroonga.cpp:9724:10: warning: enumeration value ‘MYSQL_TYPE_DATETIME2’ not handled in switch [-Wswitch]
    ha_mroonga.cpp:9724:10: warning: enumeration value ‘MYSQL_TYPE_TIME2’ not handled in switch [-Wswitch]
    lib/mrn_multiple_column_key_codec.cpp: In member function ‘void mrn::MultipleColumnKeyCodec::get_key_info(KEY_PART_INFO*, mrn::MultipleColumnKeyCodec::DataType*, uint*)’:
    lib/mrn_multiple_column_key_codec.cpp:294:12: warning: enumeration value ‘MYSQL_TYPE_TIMESTAMP2’ not handled in switch [-Wswitch]
         switch (field->real_type()) {
                ^
    lib/mrn_multiple_column_key_codec.cpp:294:12: warning: enumeration value ‘MYSQL_TYPE_DATETIME2’ not handled in switch [-Wswitch]
    lib/mrn_multiple_column_key_codec.cpp:294:12: warning: enumeration value ‘MYSQL_TYPE_TIME2’ not handled in switch [-Wswitch]

View the changeset: https://github.com/mroonga/mroonga/compare/4a1808e2b28d...e424b6d781dd

View the full build log and details: https://travis-ci.org/mroonga/mroonga/builds/12261285

--

You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration



-------------- next part --------------
An HTML attachment was scrubbed...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る