Sets the default transaction isolation level. @xref{SET TRANSACTION}.
Sets the default transaction isolation level. @xref{SET TRANSACTION}.
@item -t, --tmpdir=path
@item -t, --tmpdir=path
...
@@ -17661,7 +17662,7 @@ Some things reported by check table, can't be corrected automatically:
...
@@ -17661,7 +17662,7 @@ Some things reported by check table, can't be corrected automatically:
This means that you have in the table a row where the
This means that you have in the table a row where the
@code{auto_increment} index column contains the value 0.
@code{auto_increment} index column contains the value 0.
(It's possible to create a row where the auto_increment column is 0 by
(It's possible to create a row where the auto_increment column is 0 by
explicitely setting the column to 0 with an @code{UPDATE} statement)
explicitly setting the column to 0 with an @code{UPDATE} statement)
This isn't an error in itself, but could cause trouble if you decide to
This isn't an error in itself, but could cause trouble if you decide to
dump the table and restore it or do an @code{ALTER TABLE} on the
dump the table and restore it or do an @code{ALTER TABLE} on the
...
@@ -34921,7 +34922,7 @@ column in a table, the default value is the current date and time.
...
@@ -34921,7 +34922,7 @@ column in a table, the default value is the current date and time.
@item
@item
For string types other than @code{ENUM}, the default value is the empty
For string types other than @code{ENUM}, the default value is the empty
string. For @code{ENUM}, the default is the first enumeration value (if
string. For @code{ENUM}, the default is the first enumeration value (if
you haven't explicitely specified another default value with the
you haven't explicitly specified another default value with the
@code{DEFAULT} directive).
@code{DEFAULT} directive).
@end itemize
@end itemize
...
@@ -36732,7 +36733,7 @@ The following options to @code{mysqld} can be used to change the behavior of
...
@@ -36732,7 +36733,7 @@ The following options to @code{mysqld} can be used to change the behavior of
@multitable @columnfractions .40 .60
@multitable @columnfractions .40 .60
@item @strong{Option} @tab @strong{Description}
@item @strong{Option} @tab @strong{Description}
@item @code{--myisam-recover=#} @tab Automatic recover of crashed tables.
@item @code{--myisam-recover=#} @tab Automatic recovery of crashed tables.
@item @code{-O myisam_sort_buffer_size=#} @tab Buffer used when recovering tables.
@item @code{-O myisam_sort_buffer_size=#} @tab Buffer used when recovering tables.
@item @code{--delay-key-write-for-all-tables} @tab Don't flush key buffers between writes for any MyISAM table
@item @code{--delay-key-write-for-all-tables} @tab Don't flush key buffers between writes for any MyISAM table
@item @code{-O myisam_max_extra_sort_file_size=#} @tab Used to help MySQL to decide when to use the slow but safe key cache index create method. @strong{Note} that this parameter is given in megabytes!
@item @code{-O myisam_max_extra_sort_file_size=#} @tab Used to help MySQL to decide when to use the slow but safe key cache index create method. @strong{Note} that this parameter is given in megabytes!