Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu 16.10 编译报错 #56

Closed
sidealice opened this issue May 8, 2017 · 1 comment
Closed

ubuntu 16.10 编译报错 #56

sidealice opened this issue May 8, 2017 · 1 comment

Comments

@sidealice
Copy link

In file included from /root/AliSQL/storage/tokudb/ft-index/util/dmt.h:731:0,
from /root/AliSQL/storage/tokudb/ft-index/ft/bndata.h:93,
from /root/AliSQL/storage/tokudb/ft-index/ft/bndata.cc:92:
/root/AliSQL/storage/tokudb/ft-index/ft/bndata.cc: In function ‘toku::dmt<klpair_struct, klpair_struct*, toku::klpair_dmtwriter>::copyout(unsigned int*, klpair_struct**, unsigned int, klpair_struct*)’:
/root/AliSQL/storage/tokudb/ft-index/util/dmt.cc:955:5: error: nonnull argument ‘outlen’ compared to NULL [-Werror=nonnull-compare]
if (outlen) {
^~
/root/AliSQL/storage/tokudb/ft-index/util/dmt.cc:958:5: error: nonnull argument ‘out’ compared to NULL [-Werror=nonnull-compare]
if (out) {
^~

是不是tokudb的部分,我需要有额外库引入?

@xpchild
Copy link
Contributor

xpchild commented May 8, 2017

Hi, 这里我们有准备一篇专门的文章介绍 编译的, http:https://blog.fungo.me/2016/10/compile-alisql-from-source/
供参考。

@xpchild xpchild closed this as completed Jul 24, 2017
xpchild pushed a commit that referenced this issue Jan 23, 2018
…row format

  Description
  ============
  bug#88847, this issue is related to invisible indexes feature which we ported
  from 8.0 upstream. Invisible index is not considered by slave SQL row applier
  when searching index to use, and choosed anyway as long as the index is fit for
  update.

  Solution:
  ============
  Make slave SQL applier thread respecting invisible indexes and don't choose them
  when searching index to use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants