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) {