diff options
author | Julius Goryavsky <julius.goryavsky@mariadb.com> | 2023-01-12 21:54:25 +0100 |
---|---|---|
committer | Julius Goryavsky <julius.goryavsky@mariadb.com> | 2023-01-12 21:54:25 +0100 |
commit | 581513149063a79a078ee3d9f03b88bc98d82786 (patch) | |
tree | a463e800a811c76d1a35d50948c5598c5d74a3f8 /scripts/mysqlaccess.sh | |
parent | 17920291a661d3d2b02a9261293caebc7158d38a (diff) | |
parent | 7a98d232e42b66efc759d584b05214e91681c346 (diff) | |
download | mariadb-git-st-10.4-merge-julius.tar.gz |
Merge 10.3 into 10.4st-10.4-merge-julius
Diffstat (limited to 'scripts/mysqlaccess.sh')
-rw-r--r-- | scripts/mysqlaccess.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqlaccess.sh b/scripts/mysqlaccess.sh index aaf711b0fb9..83118a8fdc6 100644 --- a/scripts/mysqlaccess.sh +++ b/scripts/mysqlaccess.sh @@ -584,7 +584,7 @@ if ($MySQLaccess::CGI) { #CGI-version # ---------------------- # brief and table-format # exclude each-other -# table-format is prefered +# table-format is preferred if (defined($Param{'table'})) { undef($Param{'brief'}); } if (defined($Param{'preview'}) or defined($Param{'copy'}) or |