1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-04-18 21:24:07 +03:00
Sergei Golubchik 6c0e755edf fix compilation errors with -flto
declare plugin structures using their correct type.
Fixes errors like

./libmariadb/libmariadb/ma_client_plugin.c:86:39: error: type of ‘pvio_socket_client_plugin’ does not match original declaration [-Werror=lto-type-mismatch]
./libmariadb/plugins/pvio/pvio_socket.c:141:21: note: type ‘struct MARIADB_PVIO_PLUGIN’ should match type ‘struct st_mysql_client_plugin’

Approved by: Georg Richter <georg@mariadb.com>
2024-10-17 10:02:07 +02:00
..
2023-02-21 10:20:06 +01:00
2023-02-21 10:22:05 +01:00
2020-09-11 17:03:54 +02:00
2020-09-14 12:01:06 +02:00
2021-06-16 15:10:04 +02:00
2017-09-30 22:38:53 +00:00
2020-09-09 12:20:45 +02:00