ClickHouse/src/Databases/MySQL
Robert Schulze 9c066e964d
Less use of CH-specific bit_cast()
Converted usage of CH-custom bit_cast to std::bit_cast if possible, i.e.
when
  sizeof(From) == sizeof(To).
(The CH-custom bit_cast is able to deal with sizeof(From) != sizeof(To).)

Motivation for this came from #42847 where it is not clear how the
internal bit_cast should behave on big endian systems, so we better
avoid that situation as much as possible.
2022-11-04 15:52:48 +00:00
..
ConnectionMySQLSettings.cpp Pass timeouts for mysql 2021-12-13 22:12:33 +00:00
ConnectionMySQLSettings.h Pass timeouts for mysql 2021-12-13 22:12:33 +00:00
DatabaseMaterializedMySQL.cpp Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
DatabaseMaterializedMySQL.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
DatabaseMaterializedTablesIterator.h Fix build, pt. II 2022-05-04 10:15:25 +02:00
DatabaseMySQL.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
DatabaseMySQL.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
FetchTablesColumnsList.cpp Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
FetchTablesColumnsList.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
MaterializedMySQLSettings.cpp rename MaterializeMySQL to MaterializedMySQL 2021-07-26 21:17:28 +03:00
MaterializedMySQLSettings.h MaterializedMySQL_add_table_list_settings 2022-02-10 13:52:13 +08:00
MaterializedMySQLSyncThread.cpp Less use of CH-specific bit_cast() 2022-11-04 15:52:48 +00:00
MaterializedMySQLSyncThread.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
MaterializeMetadata.cpp Merge pull request #34487 from zzsmdfj/issue/32977_MaterializedMySQL_add_table_list_settings 2022-03-03 12:44:51 +01:00
MaterializeMetadata.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00