List:Internals« Previous MessageNext Message »
From:tim Date:May 27 2005 6:49pm
Subject:bk commit - mysqldoc@docsrva tree (tim:1.2721)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of tim. When tim does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2721 05/05/28 06:49:04 tim@stripped +1 -0
  Docs/manual.texi
      Note the error that is received when LOAD DATA FROM MASTER
      is used on non-MyISAM tables (error 1189).

  Docs/manual.texi
    1.2944 05/05/28 06:49:02 tim@stripped +6 -1
    Note the error that is received when LOAD DATA FROM MASTER
    is used on non-MyISAM tables (error 1189).

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	tim
# Host:	siva.hindu.god
# Root:	/opt/home/tim/m/doc

--- 1.2943/Docs/manual.texi	2005-05-27 01:27:01 +12:00
+++ 1.2944/Docs/manual.texi	2005-05-28 06:49:02 +12:00
@@ -64452,7 +64452,12 @@
 @itemize @bullet
 
 @item
-It works only with @code{MyISAM} tables.
+It works only with @code{MyISAM} tables.  Attempting to load a
+non-@code{MyISAM} table results in the error:
+
+@example
+ERROR 1189 (08S01): Net error reading from master
+@end example
 
 @item
 It acquires a global read lock on the master while taking the snapshot,
Thread
bk commit - mysqldoc@docsrva tree (tim:1.2721)tim27 May