Docs/manual.texi:
Changelog
mysql-test/r/type_datetime.result:
Test of datetime optimization
mysql-test/t/type_datetime.test:
Test of datetime optimization
manual.texi behavior to return NULL, not zero, if either operand is NULL)
Docs/manual.texi:
Update description of logical AND. (In 3.23.9, it changed
behavior to return NULL, not zero, if either operand is NULL)
Docs/Support/update-reserved-words.pl:
Fill last row to full # of columns in reserved words table.
Docs/manual.texi:
Regenerated reserved words table (also removed trailing spaces).
Manual_style_guidelines.txt put back item I lost after manual merge.
Docs/Manual_style_guidelines.txt:
put back item I lost after manual merge.
Docs/manual.texi:
Change note mods, 4.0.[12].
Docs/manual.texi:
Changlog
configure.in:
Change to version 3.23.51
Fix for OSF1
include/mysqld_error.h:
Added copyright message
isam/pack_isam.c:
Added copyright message
mysql-test/r/type_decimal.result:
New test results
mysql-test/t/type_decimal.test:
New test results
strings/Makefile.am:
Added mising file
Docs/Manual_style_guidelines.txt:
Updated guidelines, mostly identified globals from O'Reilly proofread.
Docs/Support/docbook-fixup.pl:
Added post-processing for new docbook-prefix preprocessing.
Shuffled/fixed some other minor stuff.
Docs/Support/make-docbook:
Include preprocessing before makeinfo.
Docs/manual.texi:
Processing O'Reilly proofread, including global style changes.
Watch this one VERY VERY carefully - it's extremely drastic!
Docs/Support/docbook-fixup.pl:
Shuffled XML/DocBook LINK fixup to before other XREF fixups that might also touch the result.
Docs/Support/update-reserved-words.pl:
Generate reserved word list in 3 columns instead of 4.
Docs/manual.texi:
Slightly adjusted table column widths for better printed output.
Reserved keywords table newly generated with 3 columns instead of 4.
is supposed to become the central repository for documentation guidelines
- re-fixed wording in configure.in according to Manual style guidelines
(thanks to Paul for the hint)
Fixed slowdown problem on win98
Fixed syntax for ALTER TABLE .. RENAME
Docs/manual.texi:
changelog
libmysql/libmysql.c:
Fixed that enable-reads-from-master and repl-parse-query works in option files.
myisam/ft_boolean_search.c:
Portability fixes
mysys/my_thr_init.c:
cleanup
sql/sql_base.cc:
Fixed slowdown problem on win98
sql/sql_delete.cc:
Removed compiler warnings
sql/sql_insert.cc:
Removed compiler warnings
sql/sql_update.cc:
Removed compiler warnings
sql/sql_yacc.yy:
Fixed syntax for ALTER TABLE .. RENAME
vio/vio.c:
Added test of OS2
vio/viosocket.c:
cleanup