bug 667663
This commit is contained in:
@@ -1341,6 +1341,11 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
|
||||
}
|
||||
break;
|
||||
case 'alpha_columnAttrib':
|
||||
|
||||
// ALTER TABLE tbl_name AUTO_INCREMENT = 1
|
||||
if ($typearr[1] == 'alpha_identifier') {
|
||||
$before .= ' ';
|
||||
}
|
||||
if (($typearr[3] == 'alpha_columnAttrib') || ($typearr[3] == 'quote_single')) {
|
||||
$after .= ' ';
|
||||
}
|
||||
|
Reference in New Issue
Block a user