Files
ports/databases/libgda5/files/patch-tools_browser_schema-browser_table-info.c
Dima Panov 7616a31774 databases/libgda5*: multiple fixes (+)
fix build with MySQL 8.4+
fix libgda-xlst API change
fix error with redefine bool

Obtaned from:	Gentoo
2026-04-09 21:55:19 +03:00

12 lines
358 B
C

--- tools/browser/schema-browser/table-info.c.orig 2020-11-08 20:23:20 UTC
+++ tools/browser/schema-browser/table-info.c
@@ -621,7 +621,7 @@ fk_bind_select_executed_cb (G_GNUC_UNUSED BrowserConne
}
}
}
- fkdata->model = g_object_ref (out_result);
+ fkdata->model = (GdaDataModel *) g_object_ref (out_result);
fkdata->model_rerunning = FALSE;
}