[Phpmyadmin-devel] TEXT utf8_bin results in [Blob - XXX bytes]

11 Dec
2007
11 Dec
'07
2:21 p.m.
Hi, a field with TEXT utf8_bin results in [Blob - XXX bytes] is this volitional? -- Sebastian

11 Dec
11 Dec
5:09 p.m.
Sebastian Mendel a écrit :
Hi,
a field with TEXT utf8_bin results in [Blob - XXX bytes]
is this volitional?
Not really intentional, it's a side effect of this code in display_tbl.lib.php // b l o b } elseif ($GLOBALS['cfg']['ShowBlob'] == false && stristr($meta->type, 'BLOB')) { because the reported type is BLOB in this case.
6491
Age (days ago)
6491
Last active (days ago)
1 comments
2 participants
participants (2)
-
Marc Delisle
-
Sebastian Mendel