-
Notifications
You must be signed in to change notification settings - Fork 840
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue #12: Compile TokuDB SE into embedded library failed
Two problems fixed in this patch: 1. cmake regular expression can't compile for "stdc++"; 2. when create libmysqld.a archived library, object files of storage/tokudb/ft-index/src/loader.cc and storage/tokudb/ft-index/ft/loader/loader.cc conflicts, the former is overwrited, and lead to link failure finally.
- Loading branch information
fungo
authored and
fungo
committed
Oct 18, 2016
1 parent
c31dd4c
commit 3d58918
Showing
2 changed files
with
53 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters