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
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