[MDEV-5822] TokuDB fails to compile without partition storage engine Created: 2014-03-11  Updated: 2014-03-27  Resolved: 2014-03-27

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 5.5.36, 10.0.9
Fix Version/s: 5.5.37, 10.0.10

Type: Bug Priority: Minor
Reporter: Sergey Vojtovich Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
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) {


Generated at Thu Feb 08 07:07:18 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.