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

Connect engine does not compile without partitioning

    XMLWordPrintable

Details

    Description

      cmake . -DCMAKE_BUILD_TYPE=Debug -DPLUGIN_PARTITION=NO && make -j6
      

      10.1 892cf2de13e

      /data/src/bb-10.1-elenst-mdev11864/storage/connect/ha_connect.cc: In member function 'bool ha_connect::IsPartitioned()':
      /data/src/bb-10.1-elenst-mdev11864/storage/connect/ha_connect.cc:1769:18: error: 'struct TABLE_SHARE' has no member named 'partition_info_str_len'
           return tshp->partition_info_str_len > 0;
                        ^
      /data/src/bb-10.1-elenst-mdev11864/storage/connect/ha_connect.cc:1770:28: error: 'struct TABLE' has no member named 'part_info'
         else if (table && table->part_info)
                                  ^
      /data/src/bb-10.1-elenst-mdev11864/storage/connect/ha_connect.cc: In member function 'virtual int ha_connect::create(const char*, TABLE*, HA_CREATE_INFO*)':
      /data/src/bb-10.1-elenst-mdev11864/storage/connect/ha_connect.cc:6617:11: error: 'part_info' was not declared in this scope
             if (part_info) {
                 ^
      /data/src/bb-10.1-elenst-mdev11864/storage/connect/ha_connect.cc: In member function 'bool ha_connect::IsPartitioned()':
      /data/src/bb-10.1-elenst-mdev11864/storage/connect/ha_connect.cc:1775:1: warning: control reaches end of non-void function [-Wreturn-type]
       } // end of IsPartitioned
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.