diff options
author | unknown <monty@hundin.mysql.fi> | 2002-01-02 13:52:01 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-01-02 13:52:01 +0200 |
commit | 7e0fa9b69e499edd1653d881212cc188c6cd8834 (patch) | |
tree | bd7a8eea6da7917b1b667a521702ab03eded8e26 /Docs | |
parent | c7552758bca271a99a87e0d3db17f0ed5cfa2367 (diff) | |
parent | db528bfca5d48c7b4b298dd93858ca1b620b6d70 (diff) | |
download | mariadb-git-7e0fa9b69e499edd1653d881212cc188c6cd8834.tar.gz |
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
Docs/manual.texi:
Auto merged
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 8700a8fe357..c657a75a992 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46935,11 +46935,9 @@ InnoDB now supports @code{NULL} in keys. @item Fixed shutdown problem on HPUX. (Introduced in 3.23.46) @item -Added 'DO expression' command. -@item Fixed core-dump bug in replication when using SELECT RELEASE_LOCK(); @item -Added new statement DO expression,[expression]. +Added new command: @code{DO expression,[expression]} @item Added @code{slave-skip-errors} option @item |