bug #1724401 Column truncation in repair table output

This commit is contained in:
Marc Delisle
2007-05-27 12:34:30 +00:00
parent 043890ac71
commit ff08fdd633
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ $HeadURL$
- bug #1715709 export in SQL format always includes procedures and functions
- bug #1722502 DROP TABLE in export view structure
- bug #1718787 Multi-server setup breaks Designer
- bug #1724401 Column truncation in repair table output
2.10.1.0 (2007-04-23)
=====================

View File

@@ -98,7 +98,7 @@ function PMA_setDisplayMode(&$the_disp_mode, &$the_total)
$do_display['nav_bar'] = (string) '0';
$do_display['ins_row'] = (string) '0';
$do_display['bkm_form'] = (string) '1';
if ($GLOBALS['is_analyse']) {
if ($GLOBALS['is_maint']) {
$do_display['text_btn'] = (string) '1';
} else {
$do_display['text_btn'] = (string) '0';