Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created May 23, 2023 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdcallag/f619a1a11ad78331c28ecb5f88c16e42 to your computer and use it in GitHub Desktop.
Save mdcallag/f619a1a11ad78331c28ecb5f88c16e42 to your computer and use it in GitHub Desktop.
39a40
> #include <stdexcept>
diff --recursive x/mysql-8.0.14/CMakeLists.txt mysql-8.0.14/CMakeLists.txt
1082,1084c1082,1084
< IF(NOT WITHOUT_SERVER)
< ADD_SUBDIRECTORY(router)
< ENDIF()
---
> #IF(NOT WITHOUT_SERVER)
> # ADD_SUBDIRECTORY(router)
> #ENDIF()
diff --recursive x/mysql-8.0.14/include/my_hash_combine.h mysql-8.0.14/include/my_hash_combine.h
57a58,59
> #include <cstdint>
>
diff --recursive x/mysql-8.0.14/sql-common/sql_string.cc mysql-8.0.14/sql-common/sql_string.cc
25a26
> #include <limits>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment