bk commit - MyODBC 3.51 (1.468)
am 19.05.2005 18:18:35 von Dean EllisBelow is the list of changes that have just been commited into a local
MyODBC 3.51 repository of 'dellis'. When 'dellis' does a push, they will
be propogaged to the main repository and within 2 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_2.html#Development_ source
You can also browse the changes from public repository:
Complete repository: http://mysql.bkbits.net:8080/myodbc3/
This changeset : http://mysql.bkbits.net:8080/myodbc3/cset@1.468
ChangeSet
1.468 05/05/19 11:18:34 dean@mysql.com +1 -0
info.c:
Fixing unbalanced #if from BUG#9211 fix
driver/info.c
1.58 05/05/19 11:18:17 dean@mysql.com +2 -1
Fixing unbalanced #if from BUG#9211 fix
# 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: dean
# Host: niflheim.lan
# Root: /home/dellis/mysqlab/bk/myodbc-3.51
--- 1.57/driver/info.c 2005-04-28 23:03:52 -05:00
+++ 1.58/driver/info.c 2005-05-19 11:18:17 -05:00
@@ -1228,7 +1228,8 @@
#if (ODBCVER < 0x0300)
myodbc_sqlstate2_init();
myodbc_ov2_inited= 1;
-#end
+#endif
+#else
int2str(SQL_SEARCHABLE,sql_searchable,-10);
int2str(SQL_UNSEARCHABLE,sql_unsearchable,-10);
int2str(SQL_NULLABLE,sql_nullable,-10);
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org