From: stefan
Date: January 3 2006 7:03pm
Subject: svn commit - mysqldoc@docsrva: r649 - trunk/refman-5.1
List-Archive: http://lists.mysql.com/commits/551
Message-Id: <200601031903.k03J396Y014813@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: shinz
Date: 2006-01-03 20:03:08 +0100 (Tue, 03 Jan 2006)
New Revision: 649
Log:
Remove another claim in SBR vs. RBR comparison
Modified:
trunk/refman-5.1/replication.xml
Modified: trunk/refman-5.1/replication.xml
===================================================================
--- trunk/refman-5.1/replication.xml 2006-01-03 18:59:41 UTC (rev 648)
+++ trunk/refman-5.1/replication.xml 2006-01-03 19:03:08 UTC (rev 649)
@@ -4246,10 +4246,6 @@
Slower to apply data on slave for complex queries.
- INSERT statements that use only constants
- are slightly slower to apply (probably barely measurable).
-
-
Stored functions (not stored procedures) will execute with the
same NOW() value as the calling statement.
(This may be regarded both as a bad and a good thing.)