Description:
MySQL Workbench 6.2 Version 6.2.4.12437 build 2426 (64 bits) community.
The grid result is empty after query, even query like "select * from table".
Here is the trace on the console:
(mysql-workbench-bin:7722): Gtk-CRITICAL **: IA__gtk_tree_view_set_model: assertion 'model == NULL || GTK_IS_TREE_MODEL (model)' failed
(mysql-workbench-bin:7722): Gtk-CRITICAL **: IA__gtk_tree_view_scroll_to_cell: assertion 'tree_view->priv->model != NULL' failed
(mysql-workbench-bin:7722): Gtk-CRITICAL **: IA__gtk_tree_view_set_model: assertion 'model == NULL || GTK_IS_TREE_MODEL (model)' failed
(mysql-workbench-bin:7722): Gtk-CRITICAL **: IA__gtk_tree_view_set_model: assertion 'model == NULL || GTK_IS_TREE_MODEL (model)' failed
(mysql-workbench-bin:7722): GLib-GObject-WARNING **: attempting to add an interface (GtkTreeModel) to class (gtkmm__CustomObject_13GridViewModel) after class_init
(mysql-workbench-bin:7722): GLib-GObject-WARNING **: attempting to add an interface (GtkTreeDragDest) to class (gtkmm__CustomObject_13GridViewModel) after class_init
(mysql-workbench-bin:7722): GLib-GObject-WARNING **: attempting to add an interface (GtkTreeDragSource) to class (gtkmm__CustomObject_13GridViewModel) after class_init
(mysql-workbench-bin:7722): Gtk-CRITICAL **: IA__gtk_tree_view_set_model: assertion 'model == NULL || GTK_IS_TREE_MODEL (model)' failed
(mysql-workbench-bin:7722): Gtk-CRITICAL **: IA__gtk_tree_view_set_model: assertion 'model == NULL || GTK_IS_TREE_MODEL (model)' failed
(process:7752): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
How to repeat:
Just query a table, like select * from table. The query does not mind, the grid result is empty