bug #1035524
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
|||||||
2004-09-29 Marc Delisle <lem9@users.sourceforge.net>
|
2004-09-29 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* sql.php, libraries/common.lib.php: bug #1036678, incorrect appending
|
* sql.php, libraries/common.lib.php: bug #1036678, incorrect appending
|
||||||
of LIMIT to queries, and bug #1037004, UPDATE statement not showing
|
of LIMIT to queries, and bug #1037004, UPDATE statement not showing
|
||||||
|
* tbl_properties_operations.php: bug #1035524, cannot add comments to table
|
||||||
|
|
||||||
2004-09-29 Michal Čihař <michal@cihar.com>
|
2004-09-29 Michal Čihař <michal@cihar.com>
|
||||||
* tbl_addfield.php, tbl_create.php, tbl_properties.inc.php, lang/*: Better
|
* tbl_addfield.php, tbl_create.php, tbl_properties.inc.php, lang/*: Better
|
||||||
|
@@ -22,6 +22,10 @@ $cfgRelation = PMA_getRelationsParam();
|
|||||||
*/
|
*/
|
||||||
require_once('./libraries/mysql_charsets.lib.php');
|
require_once('./libraries/mysql_charsets.lib.php');
|
||||||
|
|
||||||
|
// reselect current db (needed in some cases probably due to
|
||||||
|
// the calling of relation.lib.php)
|
||||||
|
PMA_DBI_select_db($db);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Updates table comment, type and options if required
|
* Updates table comment, type and options if required
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user