bug 890573 typo

This commit is contained in:
Marc Delisle
2004-02-04 20:15:19 +00:00
parent b881eee141
commit 40018fafae
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2004-02-04 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php: bug 890573 (was a typo)
2004-02-03 Marc Delisle <lem9@users.sourceforge.net> 2004-02-03 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: bug 879923, NULL default value of DATETIME field * tbl_change.php: bug 879923, NULL default value of DATETIME field

View File

@@ -625,7 +625,7 @@ if ($is_minimum_common == FALSE) {
($d_bef_prev_upper == 'CHARACTER' && $d_prev_upper == 'SET') ($d_bef_prev_upper == 'CHARACTER' && $d_prev_upper == 'SET')
|| ($d_bef_prev_upper == 'SET' && $d_prev_upper == '=') || ($d_bef_prev_upper == 'SET' && $d_prev_upper == '=')
|| ($d_bef_prev_upper == 'CHARSET' && $d_prev_upper == '=') || ($d_bef_prev_upper == 'CHARSET' && $d_prev_upper == '=')
|| $prev_upper == 'CHARSET' || $d_prev_upper == 'CHARSET'
) && PMA_STR_binarySearchInArr($d_cur, $mysql_charsets, count($mysql_charsets))) { ) && PMA_STR_binarySearchInArr($d_cur, $mysql_charsets, count($mysql_charsets))) {
$t_suffix = '_charset'; $t_suffix = '_charset';
} }