-
Notifications
You must be signed in to change notification settings - Fork 712
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
Compilation of serverless build fails #1476
Comments
laurynas-biveinis
added a commit
to laurynas-biveinis/mysql-5.6
that referenced
this issue
Aug 5, 2024
Do not declare inline_mysql_get_statement_cpu_time if HAVE_PSI_STATEMENT_INTERFACE is not defined. Will fix facebook#1476 together with other PRs that squash to different commits. Squash with f674306
laurynas-biveinis
added a commit
to laurynas-biveinis/mysql-5.6
that referenced
this issue
Aug 5, 2024
Mark inline_mysql_thread_get_held_locks arguments as maybe_unused to fix compilation error when HAVE_PSI_THREAD_INTERFACE is not declared. This partially fixes facebook#1476 together with other PRs Squash with d69bb8a
laurynas-biveinis
added a commit
to laurynas-biveinis/mysql-5.6
that referenced
this issue
Aug 5, 2024
Together with the other PRs, this fixes facebook#1476 Squash with 515634e
laurynas-biveinis
added a commit
to laurynas-biveinis/mysql-5.6
that referenced
this issue
Aug 5, 2024
This fixes facebook#1476 together with the other PRs Squash with 66f9d88
sunshine-Chun
pushed a commit
to sunshine-Chun/mysql-5.6
that referenced
this issue
Sep 4, 2024
Summary: Together with the other PRs, this fixes facebook#1476 Squash with 515634e Pull Request resolved: facebook#1479 GitHub Author: Laurynas Biveinis <laurynas.biveinis@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line. Reviewers: saumitr, chni, #mysql_eng Reviewed By: saumitr Differential Revision: https://phabricator.intern.facebook.com/D61977201
This issue was closed automatically, but it is not actually fixed until the remaining 3 PRs are merged |
facebook-github-bot
pushed a commit
that referenced
this issue
Sep 6, 2024
Summary: Do not declare inline_mysql_get_statement_cpu_time if HAVE_PSI_STATEMENT_INTERFACE is not defined. Will fix #1476 together with other PRs that squash to different commits. Squash with f674306 Pull Request resolved: #1477 Differential Revision: D62188754 fbshipit-source-id: 030309e3d07ea619a9874bf4c35dc3d2a57b6e89
facebook-github-bot
pushed a commit
that referenced
this issue
Sep 6, 2024
facebook-github-bot
pushed a commit
that referenced
this issue
Sep 6, 2024
Summary: Mark inline_mysql_thread_get_held_locks arguments as maybe_unused to fix compilation error when HAVE_PSI_THREAD_INTERFACE is not declared. This partially fixes #1476 together with other PRs Squash with d69bb8a Pull Request resolved: #1478 Differential Revision: D62188726 fbshipit-source-id: 12a8b710f1edae6623e8ab05eeccf469ed01fb60
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to build libmysql only, but compilation after building with
-DWITHOUT_SERVER=ON
results in two errors.The first one is:
Including
inline_mysql_get_statement_cpu_time
in aHAVE_PSI_STATEMENT_INTERFACE
guard, since there's already a similarMYSQL_GET_STATEMENT_CPU_TIME
macro, gets me past this error.The next error is:
The text was updated successfully, but these errors were encountered: