Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
68bd2df7
Commit
68bd2df7
authored
Dec 06, 2000
by
paul@central.snake.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi cleanups for recent change notes.
parent
eff3eb82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
18 deletions
+19
-18
Docs/manual.texi
Docs/manual.texi
+19
-18
No files found.
Docs/manual.texi
View file @
68bd2df7
...
@@ -39274,35 +39274,35 @@ though, so Version 3.23 is not released as a stable version yet.
...
@@ -39274,35 +39274,35 @@ though, so Version 3.23 is not released as a stable version yet.
@appendixsubsec Changes in release 3.23.29
@appendixsubsec Changes in release 3.23.29
@itemize @bullet
@itemize @bullet
@item
@item
Fixed
that @code{DROP DATABASE} works
on OS/2.
Fixed
@code{DROP DATABASE} to work
on OS/2.
@item
@item
Fixed bug when doing a @code{SELECT DISTINCT ... table1 LEFT JOIN
Fixed bug when doing a @code{SELECT DISTINCT ... table1 LEFT JOIN
table2..} when table2 was empty.
table2..} when table2 was empty.
@item
@item
Added @code{--abort-slave-event-count} and
Added @code{--abort-slave-event-count} and
@code{--disconnect-slave-event-count} options to @code{mysqld} for
@code{--disconnect-slave-event-count} options to @code{mysqld} for
debugging and testing of replication
debugging and testing of replication
.
@item
@item
added @code{Slave_open_temp_tables} status variable.
added @code{Slave_open_temp_tables} status variable.
@item
@item
Fixed replication of temporary tables. Handles everything except
Fixed replication of temporary tables. Handles everything except
slave server restart.
slave server restart.
@item
@item
@code{SHOW KEYS} now shows whether
key is FULLTEXT or not
.
@code{SHOW KEYS} now shows whether
or not key is @code{FULLTEXT}
.
@item
@item
Added new script,
mysql-multi.server.sh
. Thanks to
Added new script,
@file{mysql-multi.server.sh}
. Thanks to
Tim Bunce @email{Tim.Bunce@@ig.co.uk} for modifying
mysql.server
to
Tim Bunce @email{Tim.Bunce@@ig.co.uk} for modifying
@file{mysql.server}
to
easily handle hosts running many
mysqld
s.
easily handle hosts running many
@code{mysqld} processe
s.
@item
@item
safe_mysqld, mysql.server and mysql_install_db have been modified
@file{safe_mysqld}, @file{mysql.server}, and @file{mysql_install_db} have
to use mysql_print_defaults instead of various hacks to read the
been modified to use mysql_print_defaults instead of various hacks to read
my.cnf
files. In addition, the handling of various paths has been
the @file{my.cnf}
files. In addition, the handling of various paths has been
made more consistent with how
mysqld
handles them by default.
made more consistent with how
@code{mysqld}
handles them by default.
@item
@item
Automatically remove Berkeley DB transaction logs that
are no longer
in
Automatically remove Berkeley DB transaction logs that
no longer are
in
use.
use.
@item
@item
Fixed bug with several
FULLTEXT
indexes in one table.
Fixed bug with several
@code{FULLTEXT}
indexes in one table.
@item
@item
Added a warning if number of rows changes on @code{REPAIR}/@code{OPTIMIZE}.
Added a warning if number of rows changes on @code{REPAIR}/@code{OPTIMIZE}.
@item
@item
...
@@ -39316,16 +39316,17 @@ that @code{mysql_install_db} core dumped on some Linux machines.
...
@@ -39316,16 +39316,17 @@ that @code{mysql_install_db} core dumped on some Linux machines.
@item
@item
Changed @code{mi_create()} to use less stack.
Changed @code{mi_create()} to use less stack.
@item
@item
Fixed bug with optimizer trying to over-optimize
MATCH
when used
Fixed bug with optimizer trying to over-optimize
@code{MATCH}
when used
with
UNIQUE
key.
with
@code{UNIQUE}
key.
@item
@item
Changed crash-me and the MySQL benchmarks to also work with FrontBase.
Changed @code{crash-me} and the @strong{MySQL} benchmarks to also work
with FrontBase.
@item
@item
Allow @code{RESTRICT} and @code{CASCADE} after @code{DROP TABLE} to make
Allow @code{RESTRICT} and @code{CASCADE} after @code{DROP TABLE} to make
porting easier.
porting easier.
@item
@item
If we get an error we now only rollback the statement (for BDB tables),
If we get an error we now only rollback the statement (for BDB tables),
not the
whol
e transaction.
not the
entir
e transaction.
@item
@item
If you do a @code{ROLLBACK} when you have updated a non-transactional table
If you do a @code{ROLLBACK} when you have updated a non-transactional table
you will get an error as a warning.
you will get an error as a warning.
...
@@ -39334,7 +39335,7 @@ Reset status variable which could cause problem if one used @code{--slow-log}.
...
@@ -39334,7 +39335,7 @@ Reset status variable which could cause problem if one used @code{--slow-log}.
@item
@item
Added variable @code{connect_timeout} to @code{mysql} and @code{mysqladmin}.
Added variable @code{connect_timeout} to @code{mysql} and @code{mysqladmin}.
@item
@item
Added @code{connect_timeout} as an alias for @code{timeout} for
config
files
Added @code{connect_timeout} as an alias for @code{timeout} for
option
files
read by @code{mysql_options()}.
read by @code{mysql_options()}.
@end itemize
@end itemize
...
@@ -39361,7 +39362,7 @@ When reading options_files with @code{mysql_options()} the
...
@@ -39361,7 +39362,7 @@ When reading options_files with @code{mysql_options()} the
@item
@item
One can now specify @code{interactive-timeout} in the option file that
One can now specify @code{interactive-timeout} in the option file that
is read by @code{mysql_options()}. This makes it possible to force
is read by @code{mysql_options()}. This makes it possible to force
programs that run
s
for a long time (like @code{mysqlhotcopy}) to use
programs that run for a long time (like @code{mysqlhotcopy}) to use
@code{interactive_timeout} instead of @code{wait_timeout}.
@code{interactive_timeout} instead of @code{wait_timeout}.
@item
@item
Added to the slow query log the time and the user name for each logged
Added to the slow query log the time and the user name for each logged
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment