bug #1724401 Column truncation in repair table output
This commit is contained in:
@@ -20,6 +20,7 @@ $HeadURL$
|
|||||||
- bug #1715709 export in SQL format always includes procedures and functions
|
- bug #1715709 export in SQL format always includes procedures and functions
|
||||||
- bug #1722502 DROP TABLE in export view structure
|
- bug #1722502 DROP TABLE in export view structure
|
||||||
- bug #1718787 Multi-server setup breaks Designer
|
- bug #1718787 Multi-server setup breaks Designer
|
||||||
|
- bug #1724401 Column truncation in repair table output
|
||||||
|
|
||||||
2.10.1.0 (2007-04-23)
|
2.10.1.0 (2007-04-23)
|
||||||
=====================
|
=====================
|
||||||
|
@@ -98,7 +98,7 @@ function PMA_setDisplayMode(&$the_disp_mode, &$the_total)
|
|||||||
$do_display['nav_bar'] = (string) '0';
|
$do_display['nav_bar'] = (string) '0';
|
||||||
$do_display['ins_row'] = (string) '0';
|
$do_display['ins_row'] = (string) '0';
|
||||||
$do_display['bkm_form'] = (string) '1';
|
$do_display['bkm_form'] = (string) '1';
|
||||||
if ($GLOBALS['is_analyse']) {
|
if ($GLOBALS['is_maint']) {
|
||||||
$do_display['text_btn'] = (string) '1';
|
$do_display['text_btn'] = (string) '1';
|
||||||
} else {
|
} else {
|
||||||
$do_display['text_btn'] = (string) '0';
|
$do_display['text_btn'] = (string) '0';
|
||||||
|
Reference in New Issue
Block a user