diff options
author | unknown <paul@teton.kitebird.com> | 2002-08-03 18:37:17 -0500 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2002-08-03 18:37:17 -0500 |
commit | 428cb9289948ad3fd01ede3f6512b1bb3a3781cb (patch) | |
tree | 890743fc6dd2206d9e603ce860d82b49d18105f4 /Docs | |
parent | 987a2e4d133959b88d7d1e87abdda139936f7785 (diff) | |
download | mariadb-git-428cb9289948ad3fd01ede3f6512b1bb3a3781cb.tar.gz |
manual.texi Add a couple of missing change notes for
manual.texi mysqldump -X bug fixes (3.23.50, 3.23.51)
Docs/manual.texi:
Add a couple of missing change notes for
mysqldump -X bug fixes (3.23.50, 3.23.51)
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index b12d79d55bb..dd2032e0a94 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -50610,6 +50610,8 @@ Fixed @code{mysql_info()} to return 0 for the 'Duplicates' value for @itemize @bullet @item +Fix bug with closing tags missing slash for @code{mysqldump} XML output. +@item Remove end space from @code{ENUM} values. (This fixed a problem with @code{SHOW CREATE TABLE}.) @item @@ -50660,6 +50662,8 @@ Linux-x86 binaries. @itemize @bullet @item +Add missing @code{<row>} tags for @code{mysqldump} XML output. +@item Fixed problem with @code{crash-me} and @code{gcc} 3.0.4. @item Fixed that @code{@@@@unknown_variable} doesn't hang server. |