Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created May 23, 2023 01:34
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/c7b95550834f300ee730e8e771f428e9 to your computer and use it in GitHub Desktop.
Save mdcallag/c7b95550834f300ee730e8e771f428e9 to your computer and use it in GitHub Desktop.
diff --recursive x/mysql-8.0.11/client/mysqltest.cc mysql-8.0.11/client/mysqltest.cc
49a50
> #include <stdexcept>
diff --recursive x/mysql-8.0.11/include/my_hash_combine.h mysql-8.0.11/include/my_hash_combine.h
57a58,59
> #include <cstdint>
>
diff --recursive x/mysql-8.0.11/plugin/x/ngs/src/thread.cc mysql-8.0.11/plugin/x/ngs/src/thread.cc
32a33
> #include <stdexcept>
diff --recursive x/mysql-8.0.11/sql/dd/impl/cache/storage_adapter.cc mysql-8.0.11/sql/dd/impl/cache/storage_adapter.cc
597a598,607
> #ifndef IN_DOXYGEN
> template void Storage_adapter::core_drop<Schema>(THD *, const Schema *);
> template void Storage_adapter::core_drop<Table>(THD *, const Table *);
> template void Storage_adapter::core_drop<Tablespace>(THD *, const Tablespace *);
>
> template void Storage_adapter::core_store<Schema>(THD *, Schema *);
> template void Storage_adapter::core_store<Table>(THD *, Table *);
> template void Storage_adapter::core_store<Tablespace>(THD *, Tablespace *);
> #endif
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment