diff options
author | unknown <monty@hundin.mysql.fi> | 2002-05-27 23:21:49 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-05-27 23:21:49 +0300 |
commit | 940a8a4020442f0d19d0137a8a847429af3f8a05 (patch) | |
tree | b7628f15dd6175cb82488a180b631949318cbbf9 /Docs | |
parent | 38fad3332171b912e5342359b1dccb75ace7fbde (diff) | |
download | mariadb-git-940a8a4020442f0d19d0137a8a847429af3f8a05.tar.gz |
Renamed stripp_sp -> strip_sp
Remove end space from ENUM and SET strings
mysql-test/t/type_enum.test:
Test of end space in enum's
Docs/manual.texi:
Changelog
include/my_sys.h:
Renamed stripp_sp -> strip_sp
mysql-test/r/type_enum.result:
Test of end space in enums
mysys/Makefile.am:
change stripp_sp -> strip_sp
mysys/mf_strip.c:
change stripp_sp -> strip_sp
sql/sql_db.cc:
change stripp_sp -> strip_sp
sql/sql_parse.cc:
change stripp_sp -> strip_sp
Remove end space from ENUM and SET strings
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index ce5c6c301ea..431b6911393 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46916,6 +46916,9 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.51 @itemize @bullet @item +Remove end space from @code{enum} values. (This fixed a problem with +@code{SHOW CREATE TABLE}). +@item Fixed bug in @code{CONCAT_WS()} that cut the result. @item Changed name of variables @code{Com_show_master_stat} to |