[Phpmyadmin-devel] TEXT utf8_bin results in [Blob - XXX bytes]
Marc Delisle
Marc.Delisle at cegepsherbrooke.qc.ca
Tue Dec 11 17:09:25 CET 2007
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.
More information about the Developers
mailing list