9.3.0.5104
Suppose t already exists, but only with f1 and we run this
DROP TABLE IF EXISTS t
;
CREATE TABLE t
(
f1
VARCHAR(200) NULL DEFAULT NULL,
f2
VARCHAR(200) NULL DEFAULT NULL
) ENGINE=MyISAM;
Switch to data tab, even switch to another table and then back to t, the data tab shows only f1 (including basic table info - only f1...), ... until entire db refresh.