diff options
author | Jim Winstead <jimw@mysql.com> | 2009-04-28 10:54:26 -0700 |
---|---|---|
committer | Jim Winstead <jimw@mysql.com> | 2009-04-28 10:54:26 -0700 |
commit | fb2d75cb75e438fe0912cb81347638167e9ff8ca (patch) | |
tree | 71e3fb98018d6bed527e2fd876f3f1169c8c256c /mysql-test/r/mysql.result | |
parent | 90815182f09d8c9647b8ce2f907b7e3d6b687375 (diff) | |
download | mariadb-git-fb2d75cb75e438fe0912cb81347638167e9ff8ca.tar.gz |
Bug #27884: mysql --html does not quote HTML special characters in output
Fix encoding of field values and names in HTML output from mysql client.
Diffstat (limited to 'mysql-test/r/mysql.result')
-rw-r--r-- | mysql-test/r/mysql.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/mysql.result b/mysql-test/r/mysql.result index 5054c3aa76f..c53a2243811 100644 --- a/mysql-test/r/mysql.result +++ b/mysql-test/r/mysql.result @@ -200,4 +200,5 @@ Warning (Code 1286): Unknown table engine 'nonexistent2' Warning (Code 1266): Using storage engine MyISAM for table 't2' Error (Code 1050): Table 't2' already exists drop tables t1, t2; +<TABLE BORDER=1><TR><TH><</TH></TR><TR><TD>< & ></TD></TR></TABLE> End of tests |