Commit 03cb1cce authored by jcole@main.burghcom.com's avatar jcole@main.burghcom.com
Browse files

manual.texi fixed paragraph

parent af27c38f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,3 +6,4 @@ monty@work.mysql.com
sasha@mysql.sashanet.com
serg@serg.mysql.com
paul@central.snake.net
jcole@main.burghcom.com
+4 −4
Original line number Diff line number Diff line
@@ -22489,11 +22489,11 @@ non-transactional table will not change.
If you are using @code{BEGIN} or @code{SET AUTOCOMMIT=0}, you
should use the @strong{MySQL} binary log for backups instead of the
old update log;  The transaction is stored in the binary log
in one chunk, during @code{COMMIT}, the to ensure and @code{ROLLBACK}:ed
transactions are not stored. @xref{Binary log}.
older update log.  Transactions are stored in the binary log
in one chunk, upon @code{COMMIT}, to ensure that transactions which are
rolled back are not stored.  @xref{Binary log}.
The following commands automatically ends an transaction (as if you had done
The following commands automatically end a transaction (as if you had done
a @code{COMMIT} before executing the command):
@multitable @columnfractions .33 .33 .33