diff options
author | unknown <monty@donna.mysql.com> | 2001-01-01 14:21:12 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2001-01-01 14:21:12 +0200 |
commit | 6134939767872a867ed7d78328ac99472a99e135 (patch) | |
tree | b2297638bf77aa5e2fe7f7825187eb7b40ec6810 /Docs | |
parent | 88d58e38ba512f0236273ff9c56ab605adff0b95 (diff) | |
parent | f75caccc0859d047a3885ec9f5e95a35aeed051d (diff) | |
download | mariadb-git-6134939767872a867ed7d78328ac99472a99e135.tar.gz |
Merge
BitKeeper/etc/ignore:
added tmp/*
Docs/manual.texi:
SCCS merged
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index a86da14c5b5..485a394dc47 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -18274,6 +18274,9 @@ exist. @code{RESTRICT} and @code{CASCADE} are allowed to make porting easier. For the moment they don't do anything. +@strong{NOTE}: @code{DROP TABLE} is not transaction safe and will +automaticly commit any active transactions. + @cindex tables, defragment @cindex tables, fragmentation @findex OPTIMIZE TABLE @@ -21276,6 +21279,9 @@ You can also lock all tables in all databases with read locks with the convinient way to get backups if you have a file system, like Veritas, that can take snapshots in time. +@strong{NOTE}: @code{LOCK TABLES} is not transaction safe and will +automaticly commit any active transactions before attempting to lock the +tables. @findex SET OPTION @node SET OPTION, GRANT, LOCK TABLES, Reference @@ -40018,6 +40024,8 @@ though, so Version 3.23 is not released as a stable version yet. @appendixsubsec Changes in release 3.23.30 @itemize @bullet @item +@code{LOCK TABLES} will now automaticly start a new transaction. +@item Changed BDB tables to not use internal subtransactions and reuse open files to get more speed. @item |