List:Internals« Previous MessageNext Message »
From:konstantin Date:May 13 2005 3:15pm
Subject:bk commit into 5.0 tree (konstantin:1.1945)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kostja. When kostja 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.1945 05/05/13 19:15:03 konstantin@stripped +1 -0
  Add missing commas to errmsg.c

  libmysql/errmsg.c
    1.35 05/05/13 19:14:58 konstantin@stripped +3 -3
    Add missing commas

# 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:	konstantin
# Host:	dragonfly.local
# Root:	/opt/local/work/mysql-5.0-root

--- 1.34/libmysql/errmsg.c	2005-05-12 11:16:06 +04:00
+++ 1.35/libmysql/errmsg.c	2005-05-13 19:14:58 +04:00
@@ -80,7 +80,7 @@
   "Row retrieval was canceled by mysql_stmt_close() call",
   "Attempt to read column without prior row fetch",
   "Prepared statement contains no metadata",
-  "Attempt to read a row while there is no result set associated with the statement"
+  "Attempt to read a row while there is no result set associated with the statement",
   ""
 };
 
@@ -142,7 +142,7 @@
   "Row retrieval was canceled by mysql_stmt_close() call",
   "Attempt to read column without prior row fetch",
   "Prepared statement contains no metadata",
-  "Attempt to read a row while there is no result set associated with the statement"
+  "Attempt to read a row while there is no result set associated with the statement",
   ""
 };
 
@@ -202,7 +202,7 @@
   "Row retrieval was canceled by mysql_stmt_close() call",
   "Attempt to read column without prior row fetch",
   "Prepared statement contains no metadata",
-  "Attempt to read a row while there is no result set associated with the statement"
+  "Attempt to read a row while there is no result set associated with the statement",
   ""
 };
 #endif
Thread
bk commit into 5.0 tree (konstantin:1.1945)konstantin13 May