码迷,mamicode.com
首页 > 数据库 > 详细

在centosa6.5安装mysql5.6时报错-DWITHOUT_PARTITION_STORAGE_ENGINE=0

时间:2017-06-16 17:39:04      阅读:1151      评论:0      收藏:0      [点我收藏+]

标签:-dwithout_partition_storage_engine=0

[ 78%] Built target slave
Linking CXX executable pfs_connect_attr-t
../../../sql/libsql.a(handler.cc.o): In function `get_ha_partition(partition_info*)‘:
/data0/software/mysql-5.6.21/sql/handler.cc:460: undefined reference to `ha_partition::ha_partition(handlerton*, partition_info*)‘
/data0/software/mysql-5.6.21/sql/handler.cc:462: undefined reference to `ha_partition::initialize_partition(st_mem_root*)‘
../../../sql/libsql.a(sql_partition_admin.cc.o): In function `Sql_cmd_alter_table_truncate_partition::execute(THD*)‘:
/data0/software/mysql-5.6.21/sql/sql_partition_admin.cc:822: undefined reference to `ha_partition::truncate_partition(Alter_info*, bool*)‘
collect2: ld 返回 1
make[2]: *** [storage/perfschema/unittest/pfs_connect_attr-t] 错误 1
make[1]: *** [storage/perfschema/unittest/CMakeFiles/pfs_connect_attr-t.dir/all] 错误 2
make: *** [all] 错误 2

解决方法:

cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/software/mysql -DWITHOUT_PARTITION_STORAGE_ENGINE=0
make && make install


本文出自 “小菜鸟” 博客,请务必保留此出处http://baishuchao.blog.51cto.com/12918589/1939082

在centosa6.5安装mysql5.6时报错-DWITHOUT_PARTITION_STORAGE_ENGINE=0

标签:-dwithout_partition_storage_engine=0

原文地址:http://baishuchao.blog.51cto.com/12918589/1939082

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!