Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-5822

TokuDB fails to compile without partition storage engine

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.5.36, 10.0.9
    • Fix Version/s: 5.5.37, 10.0.10
    • Component/s: None
    • Labels:
      None

      Description

      cmake -DWITH_PARTITION_STORAGE_ENGINE=OFF
      
      /home/svoj/devel/maria/10.0-mdev5242/storage/tokudb/ha_tokudb.cc: In member function ‘virtual int ha_tokudb::create(const char*, TABLE*, HA_CREATE_INFO*)’:
      /home/svoj/devel/maria/10.0-mdev5242/storage/tokudb/ha_tokudb.cc:7020:15: error: ‘struct TABLE’ has no member named ‘part_info’
           if (form->part_info == NULL) {
                     ^
      In file included from /home/svoj/devel/maria/10.0-mdev5242/storage/tokudb/ha_tokudb.cc:8381:0:
      /home/svoj/devel/maria/10.0-mdev5242/storage/tokudb/ha_tokudb_alter_56.cc: In member function ‘virtual bool ha_tokudb::commit_inplace_alter_table(TABLE*, Alter_inplace_info*, bool)’:
      /home/svoj/devel/maria/10.0-mdev5242/storage/tokudb/ha_tokudb_alter_56.cc:685:61: error: ‘struct TABLE’ has no member named ‘part_info’
               if (TOKU_PARTITION_WRITE_FRM_DATA || altered_table->part_info == NULL) {
      

        Gliffy Diagrams

          Attachments

            Activity

            There are no comments yet on this issue.

              People

              • Assignee:
                serg Sergei Golubchik
                Reporter:
                svoj Sergey Vojtovich
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: