bug #2986383 Not all data being shown / counted

This commit is contained in:
Marc Delisle
2010-05-30 08:43:41 -04:00
parent 7e5584ed2e
commit cfcec687fa
2 changed files with 5 additions and 0 deletions

View File

@@ -2217,6 +2217,10 @@ if (! defined('PMA_MINIMUM_COMMON')) {
$after = '';
$before = '';
}
// for example SELECT 1 somealias
if ($typearr[1] == 'digit_integer') {
$before = ' ';
}
if (($typearr[3] == 'alpha_columnType') || ($typearr[3] == 'alpha_identifier')) {
$after .= ' ';
}