Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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