You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/mariadb-client-library/ma_priv.h.patch

11 lines
297 B

@@ -30,8 +30,7 @@
static inline my_bool ma_has_extended_type_info(const MYSQL *mysql)
{
- return ((mysql->extension->mariadb_server_capabilities) &
- (MARIADB_CLIENT_EXTENDED_METADATA >> 32)) != 0;
+ return 0;
}
static inline uint ma_extended_type_info_rows(const MYSQL *mysql)