7616a31774
fix build with MySQL 8.4+ fix libgda-xlst API change fix error with redefine bool Obtaned from: Gentoo
12 lines
358 B
C
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;
|
|
}
|
|
|