Navigation Menu

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mroonga/mroonga
base: 693b4a62deb0
Choose a base ref
...
head repository: mroonga/mroonga
compare: 250dd0bf331d
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Apr 25, 2017

  1. Fix build error on MySQL 5.6.36 and MySQL 5.7.18

    The member of Fileld::part_of_key_not_clustered is removed.
    
      .Tpo -c ha_mroonga.cpp  -fPIC -DPIC -o .libs/ha_mroonga_la-ha_mroonga.o
      ==> centos-6-x86_64: ha_mroonga.cpp: In member function 'void ha_mroonga::wrapper_overwrite_index_bits()':
      ==> centos-6-x86_64: ha_mroonga.cpp:4290: error: 'class Field' has no member named 'part_of_key_not_clustered'
      ==> centos-6-x86_64: ha_mroonga.cpp:4306: error: 'class Field' has no member named 'part_of_key_not_clustered'
      ==> centos-6-x86_64: make[2]: *** [ha_mroonga_la-ha_mroonga.lo] Error 1
      ==> centos-6-x86_64: make[2]: *** Waiting for unfinished jobs....
      ==> centos-6-x86_64: mv -f .deps/ha_mroonga_la-mrn_table.Tpo .
    kenhys authored and kou committed Apr 25, 2017
    Copy the full SHA
    250dd0b View commit details
    Browse the repository at this point in the history