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

[seek help]failed in compiation on intel x86_64 + openSUSE Leap 42.3 #11

Open
Lordess opened this issue Oct 25, 2021 · 1 comment
Open

Comments

@Lordess
Copy link

Lordess commented Oct 25, 2021

I met many errors in cmaking, The most obvious ones are that gcc cannot recognise LLVM related linker and miss some headers. Can anyone do me a favor? Thanks in advance.

cmake .                               	\
    -DFORCE_INSOURCE_BUILD=ON           \
    -DCMAKE_BUILD_TYPE="Debug"          \
    -DSYSCONFDIR="/u01/mysql"           \
    -DCMAKE_INSTALL_PREFIX="/u01/mysql" \
    -DMYSQL_DATADIR="/u01/mysql/data"   \
    -DWITH_BOOST="./extra/boost/boost_1_70_0.tar.gz" 

CMake logs

CMakeOutput.log
CMakeError.log

environment info

gcc_g++_status.txt
os-release.txt
rpm_installed.txt
tree_headers.txt
zypper_installed_only.txt
zypper_list_repo.txt

@Lordess
Copy link
Author

Lordess commented Oct 31, 2021

found a bug related, the source installation guide suggested an incrorect version of gcc .

xiewajueji pushed a commit that referenced this issue May 5, 2024
…o 'case' labels in plugin mgmsrc [#11] [noclose]

src\mgmsrv\MgmtSrvr.cpp(3531,3):
warning C4065: switch statement contains 'default' but no 'case' labels

Change-Id: I0de4253a740d73bdb369c524b645f95882c89311
xiewajueji pushed a commit that referenced this issue May 5, 2024
Remove checks for invalid Ndb_statistics::row_count. There is nothing
that set the variable to such value. Only possible explanation when it
could occur is when the physical table in NDB would contain exactly that
many rows, but then it should be considered a valid row count.

Change-Id: I1d6640902d455166464b456e62add74d11a499a6
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

1 participant