bug #152600, copy table on MySQL 5.0.23+
This commit is contained in:
@@ -2093,6 +2093,12 @@ if ( ! defined( 'PMA_MINIMUM_COMMON' ) ) {
|
|||||||
$after .= ' ';
|
$after .= ' ';
|
||||||
}
|
}
|
||||||
// workaround for
|
// workaround for
|
||||||
|
// AUTO_INCREMENT = 31DEFAULT_CHARSET = utf-8
|
||||||
|
|
||||||
|
if ($typearr[2] == 'alpha_columnAttrib' && $typearr[3] == 'alpha_reservedWord') {
|
||||||
|
$before .= ' ';
|
||||||
|
}
|
||||||
|
// workaround for
|
||||||
// select * from mysql.user where binary user="root"
|
// select * from mysql.user where binary user="root"
|
||||||
// binary is marked as alpha_columnAttrib
|
// binary is marked as alpha_columnAttrib
|
||||||
// but should be marked as a reserved word
|
// but should be marked as a reserved word
|
||||||
|
Reference in New Issue
Block a user