[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mysql-odbc
Subject:    bk commit - MyODBC 3.51
From:       venu () mysql ! com
Date:       2002-09-13 15:10:17
[Download RAW message or body]

Below is the list of changes that have just been commited into a local
MyODBC 3.51 repository of 'venu'. When 'venu' does a push, they will
be propogaged to the main repository and within 24 hours after the push
into the public repository. 

For more information on how to access the public repository see
http://www.mysql.com/products/myodbc/faq.html#Development_source

ChangeSet@1.215, 2002-09-13 17:10:16+02:00, venu@work.mysql.com
  error.c 	Added ER_DUP_ENTRY to return 23000 SQLSTATE

  error.c
    1.29 02/09/13 17:09:41 venu@work.mysql.com +1 -0
    Added ER_DUP_ENTRY to return 23000 SQLSTATE

# 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:	venu
# Host:	work.mysql.com
# Root:	/home/venu/mysrc/myodbc-3.51

--- 1.28/error.c	Thu Sep 12 21:39:20 2002
+++ 1.29/error.c	Fri Sep 13 17:09:41 2002
@@ -177,6 +177,7 @@
   DBUG_ENTER("translate_error");
   switch (mysql_err) {
   case ER_WRONG_VALUE_COUNT:    state= "21S01"; break;
+  case ER_DUP_ENTRY:
   case ER_DUP_KEY:      state= "23000"; break;
   case ER_PARSE_ERROR:      state= "42000"; break;
   case ER_FILE_NOT_FOUND:

---------------------------------------------------------------------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail myodbc-thread6060@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail myodbc-unsubscribe@lists.mysql.com instead.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic