manual.texi added clarification on LOAD DATA section on handling
manual.texi of empty fields; minor changes to recent change manual.texi notes. Docs/manual.texi: added clarification on LOAD DATA section on handling of empty fields; minor changes to recent change notes. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
b995f37d6b
commit
bc93c37ba0
@ -1,3 +1,4 @@
|
|||||||
jani@hynda.mysql.fi
|
jani@hynda.mysql.fi
|
||||||
heikki@donna.mysql.fi
|
heikki@donna.mysql.fi
|
||||||
monty@donna.mysql.fi
|
monty@donna.mysql.fi
|
||||||
|
paul@central.snake.net
|
||||||
|
@ -20482,6 +20482,10 @@ value for the type.
|
|||||||
@xref{Date and time types}.
|
@xref{Date and time types}.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
Note that these are the same values that result if you assign an empty
|
||||||
|
string explicitly to a string, numeric, or date or time type explicitly
|
||||||
|
in an @code{INSERT} or @code{UPDATE} statement.
|
||||||
|
|
||||||
@code{TIMESTAMP} columns are only set to the current date and time if there
|
@code{TIMESTAMP} columns are only set to the current date and time if there
|
||||||
is a @code{NULL} value for the column, or (for the first @code{TIMESTAMP}
|
is a @code{NULL} value for the column, or (for the first @code{TIMESTAMP}
|
||||||
column only) if the @code{TIMESTAMP} column is left out from the field list
|
column only) if the @code{TIMESTAMP} column is left out from the field list
|
||||||
@ -42257,17 +42261,17 @@ not yet 100 % confident in this code.
|
|||||||
@appendixsubsec Changes in release 3.23.35
|
@appendixsubsec Changes in release 3.23.35
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item
|
@item
|
||||||
Fixed newly introduce bug in @code{ORDER BY}.
|
Fixed newly introduced bug in @code{ORDER BY}.
|
||||||
@item
|
@item
|
||||||
Fixed wrong define @code{CLIENT_TRANSACTIONS}.
|
Fixed wrong define @code{CLIENT_TRANSACTIONS}.
|
||||||
@item
|
@item
|
||||||
Fixed bug in @code{SHOW VARIABLES} when using INNOBASE tables.
|
Fixed bug in @code{SHOW VARIABLES} when using @code{INNOBASE} tables.
|
||||||
@item
|
@item
|
||||||
Setting and using user variables in @code{SELECT DISTINCT} didn't work.
|
Setting and using user variables in @code{SELECT DISTINCT} didn't work.
|
||||||
@item
|
@item
|
||||||
Tuned @code{SHOW ANALYZE} for small tables.
|
Tuned @code{SHOW ANALYZE} for small tables.
|
||||||
@item
|
@item
|
||||||
Fixed handling of arguments in the benchmark script @code{run-all-tests}.
|
Fixed handling of arguments in the benchmark script @file{run-all-tests}.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@node News-3.23.34a, News-3.23.34, News-3.23.35, News-3.23.x
|
@node News-3.23.34a, News-3.23.34, News-3.23.35, News-3.23.x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user