Annotation of sql/mysql/ChangeLog, revision 1.9

1.9     ! misha       1: 2007-02-19     misha
        !             2:        * INSTALL 1.7:
        !             3:                - some text changes
        !             4: 
        !             5: 2004-12-23     paf
        !             6:        * parser3mysql.C 1.26:
        !             7:                sql connect string, rsplit @
        !             8: 
1.8       paf         9: 2004-07-28     paf
                     10:        * parser3mysql.C 1.25:
                     11:                beauty: detailed error message on lt_dlopen failure
                     12: 
                     13: 2004-06-23     paf
                     14:        * parser3mysql.C 1.24:
                     15:        * parser3mysql.vcproj 1.2:
                     16:                new api supported, not implemented yet:
                     17:                        ^void:sql{call paf(:a)}[
                     18:                                $.bind[hash]
                     19:                        ]
                     20: 
                     21: 2004-05-28     paf
                     22:        * Makefile.in 1.19:
                     23:        * configure 1.24:
                     24:        * configure.in 1.24:
                     25:                merged: from 3.1.3 configure.in changes
                     26: 
                     27: 2004-05-25     paf
                     28:        * parser3mysql.C 1.23:
                     29:                beauty: param renamed to reflect it's nature
                     30: 
                     31: 2004-04-01     paf
                     32:        * parser3mysql.C 1.22:
                     33:                merged: bugfixes from 3.1.2
                     34: 
                     35: 2004-03-30     paf
                     36:        * config_fixed.h 1.6:
                     37:        * parser3mysql.C 1.21:
                     38:                merged bugfixes from 3.1.2
                     39: 
                     40: 2004-03-26     paf
                     41:        * parser3mysql.C [release_3_1_2] 1.19.2.2:
                     42:                bugfix: tolower/toupper named with _str suffix to work around 
                     43:                cases when they are macros [freebsd]
                     44: 
                     45:        * config_auto.h.in [release_3_1_2] 1.3.14.1:
                     46:        * config_fixed.h [release_3_1_2] 1.4.14.1:
                     47:        * config_includes.h [release_3_1_2] 1.4.14.1:
                     48:        * parser3mysql.C [release_3_1_2] 1.19.2.1:
                     49:                beauty: merged from HEAD [mistakenly commited there]
                     50: 
                     51:        * config_auto.h.in 1.4:
                     52:        * config_fixed.h 1.5:
                     53:        * config_includes.h 1.5:
                     54:        * parser3mysql.C 1.20:
                     55:                ctype configured, gcc const wonders worked around
                     56: 
                     57: 2004-03-04     paf
                     58:        * parser3mysql.C 1.19:
                     59:                new: mysql option [like that recently added to oracle driver]
                     60:                            ClientCharset=parser-charset << charset in which parser thinks client works
                     61: 
                     62: 2004-01-30     paf
                     63:        * parser3mysql.C 1.18:
                     64:                bugfix: connection struct mem to be controlled by libgc [oracle 
                     65:                already fixed before]
                     66: 
                     67: 2004-01-26     paf
                     68:        * parser3mysql.C 1.15:
                     69:                change: moved to new interface [without extra 'services' passing 
                     70:                back/forth]
                     71: 
                     72:        * parser3mysql.C 1.17:
                     73:                beauty: connection handle=0 after close
                     74: 
                     75: 2003-11-10     paf
                     76:        * parser3mysql.C 1.14:
                     77:                mysql: transaction support: ?autocommit=0
                     78: 
                     79: 2003-10-24     paf
1.7       paf        80:        * Makefile.am 1.15:
                     81:                sln
                     82: 
                     83:        * libltdl/Makefile.am 1.7:
                     84:        * libltdl/Makefile.in 1.9:
                     85:                *** empty log message ***
                     86: 
                     87: 2003-08-18  paf
                     88:        * libltdl/libltdl.dsp 1.3:
                     89:        * parser3mysql.dsp 1.6:
                     90:        * parser3mysql.dsw 1.5:
                     91:                moved to MSVC 7
                     92: 
                     93:        * Makefile.in 1.16:
                     94:        * configure 1.21:
                     95:        * configure.in 1.21:
                     96:        * libltdl/Makefile.am 1.6:
                     97:        * libltdl/Makefile.in 1.8:
                     98:                merged 3.1.0 latest changes
                     99: 
                    100: 2003-08-11  paf
                    101:        * libltdl/Makefile.am [release_3_1_0] 1.5.12.1:
                    102:        * libltdl/Makefile.in [release_3_1_0] 1.7.12.1:
                    103:                config.h dist
                    104: 
1.6       paf       105: 2003-07-24  paf
                    106:        * parser3mysql.C 1.13:
                    107:                moved tempate_gc to HEAD
                    108: 
                    109:        * Makefile.in [release_3_0_8] 1.15.8.1:
                    110:        * libltdl/Makefile.am [release_3_0_8] 1.5.8.1:
                    111:        * libltdl/Makefile.in [release_3_0_8] 1.7.8.1:
                    112:                *** empty log message ***
                    113: 
                    114: 2003-03-27  paf
                    115:        * parser3mysql.C [template_gc] 1.12.6.2:
                    116:                convention changed: all resulting strings are zero-terminated
                    117: 
                    118: 2003-03-26  paf
                    119:        * parser3mysql.C [template_gc] 1.12.6.1:
                    120:        * parser3mysql.dsp [template_gc] 1.4.10.1:
                    121:                mistakenly patched HEAD branch. copying changes to template_gc one
                    122: 
                    123: 2003-03-25  paf
                    124:        * parser3mysql.dsp 1.5:
                    125:                new quote calling convention,
                    126:                malloc->malloc_atomic
                    127: 
                    128: 2003-02-06  paf
                    129:        * parser3mysql.C [release_3_0_0007] 1.9.4.1:
                    130:                merged lt_init + column count bugfix from main trunc
                    131: 
                    132: 2003-01-31  paf
                    133:        * parser3mysql.C 1.12:
                    134:                seen some broken client,
                    135:                which reported "44" for column count of response to "select 2+2"
                    136:                added check on that
                    137: 
                    138: 2003-01-21  paf
                    139:        * config_fixed.h 1.4:
                    140:        * config_includes.h 1.4:
                    141:        * parser3mysql.C 1.11:
                    142:                2002->2003
                    143: 
                    144: 2003-01-15  paf
                    145:        * parser3mysql.C 1.10:
                    146:                long ago forgotten lt_dlinit() called now
                    147: 
                    148: 2003-01-14  paf
                    149:        * libltdl/config_fixed.h 1.2:
                    150:        * libltdl/libltdl.dsp 1.2:
                    151:        * libltdl/ltdl.c 1.3:
                    152:        * parser3mysql.dsw 1.4:
                    153:                ltdl copied to all sql drivers, VS projects libltdl_mysql
                    154:                renamed to libltdl
                    155: 
                    156:        * libltdl/COPYING.LIB 1.1:
                    157:                *** empty log message ***
                    158: 
                    159: 2003-01-13  paf
                    160:        * libltdl/Makefile.am 1.5:
                    161:        * libltdl/Makefile.in 1.7:
                    162:        * libltdl/acinclude.m4 1.3:
                    163:        * libltdl/aclocal.m4 1.4:
                    164:        * libltdl/config_auto.h.in 1.4:
                    165:        * libltdl/configure 1.4:
                    166:        * libltdl/configure.in 1.4:
                    167:        * libltdl/ltdl.c 1.2:
                    168:        * libltdl/ltdl.h 1.2:
                    169:                moved to latest libtool (1.4.3)
                    170: 
                    171:        * libltdl/acinclude.m4 1.4:
                    172:        * libltdl/aclocal.m4 1.5:
                    173:        * libltdl/configure 1.5:
                    174:        * libltdl/configure.in 1.5:
                    175:                to hell, let it be /libtool, /libltdl/libtool
                    176: 
                    177: 2003-01-10  paf
                    178:        * config.guess 1.2:
                    179:        * config.sub 1.2:
                    180:        * config_auto.h.in 1.3:
                    181:        * depcomp 1.1:
                    182:        * libltdl/Makefile.in 1.6:
                    183:        * libltdl/acconfig.h 1.2:
                    184:        * libltdl/aclocal.m4 1.3:
                    185:        * libltdl/config_auto.h.in 1.3:
                    186:        * libltdl/configure 1.3:
                    187:        * libltdl/configure.in 1.3:
                    188:        * ltmain.sh 1.2:
                    189:        * missing 1.2:
                    190:        * mkinstalldirs 1.2:
                    191:                moved to autoconf 2.57 & automake 1.7.2 & re-libtoolized with
                    192:                files from 1.4.3, libltdl left unchanged for now
                    193: 
                    194: 2002-12-15  paf
                    195:        * configure.in [release_3_0_0006] 1.13.2.1:
                    196:                r6
                    197: 
1.5       paf       198: 2002-12-09  paf
                    199:        * parser3mysql.C 1.9:
                    200:        * parser3mysql.dsw 1.3:
                    201:                changed exception handling mech in sql handlers #2
                    202: 
                    203:        * parser3mysql.C 1.8:
                    204:        * parser3mysql.dsp 1.4:
                    205:                changed exception handling mech in sql handlers
                    206: 
                    207: 2002-11-28  paf
                    208:        * Makefile.am 1.7:
                    209:        * Makefile.in 1.8:
                    210:                *** empty log message ***
                    211: 
                    212:        * configure.in 1.13:
                    213:                stopped double libltdl/Makefile creation
                    214: 
                    215: 2002-10-07  paf
                    216:        * INSTALL 1.5:
                    217:                INSTALL files changed to include sql/ subdir creation
                    218: 
                    219: 2002-08-02  paf
                    220:        * configure [release_3_0_0005] 1.11.2.1:
                    221:        * configure.in [release_3_0_0005] 1.11.2.1:
                    222:                version in configure.in
                    223: 
                    224:        * configure 1.12:
                    225:        * configure.in 1.12:
                    226:                version .head
                    227: 
                    228:        * configure 1.11:
                    229:                *** empty log message ***
                    230: 
1.4       paf       231: 2002-06-04  paf
1.5       paf       232:        * Makefile.am 1.5:
                    233:        * Makefile.am [release_1_0_0001] 1.4.2.1:
                    234:        * Makefile.in 1.6:
                    235:        * Makefile.in [release_1_0_0001] 1.5.2.1:
1.4       paf       236:                *** empty log message ***
                    237: 
                    238: 2002-06-03  paf
1.5       paf       239:        * parser3mysql.dsp 1.3:
1.4       paf       240:                fixed .dsp-s along with reorganized cvs modules dirs structure
                    241: 
1.5       paf       242:        * parser3mysql.dsp [release_1_0_0001] 1.2.2.1:
1.4       paf       243:                reorganized cvs modules
                    244: 
1.2       paf       245: 2002-02-08  paf
1.5       paf       246:        * libltdl/Makefile.am 1.4:
                    247:        * libltdl/Makefile.in 1.5:
                    248:        * libltdl/libltdl.dsp 1.1:
                    249:        * libltdl/libltdl_mysql.dsp 1.2:
                    250:        * parser3mysql.dsw 1.2:
1.3       paf       251:                libltdl.dsp now
                    252: 
1.5       paf       253:        * INSTALL 1.2:
                    254:        * config_fixed.h 1.3:
                    255:        * config_includes.h 1.3:
                    256:        * parser3mysql.C 1.6:
1.2       paf       257:                2002
1.1       parser    258: 
1.5       paf       259:        * configure 1.10:
                    260:        * configure.in 1.10:
1.3       paf       261:                package name & version
                    262: 
1.5       paf       263:        * AUTHORS 1.2:
                    264:        * COPYING 1.2:
                    265:        * INSTALL 1.3:
                    266:        * INSTALL 1.4:
                    267:        * README 1.2:
                    268:        * README 1.3:
1.3       paf       269:                install&others updated
                    270: 
1.5       paf       271:        * configure 1.9:
                    272:        * configure.in 1.9:
                    273:        * libltdl/Makefile.am 1.2:
                    274:        * libltdl/Makefile.in 1.3:
                    275:        * libltdl/acconfig.h 1.1:
                    276:        * libltdl/acinclude.m4 1.2:
                    277:        * libltdl/aclocal.m4 1.2:
                    278:        * libltdl/config_auto.h.in 1.2:
                    279:        * libltdl/configure 1.2:
                    280:        * libltdl/configure.in 1.2:
1.2       paf       281:                only-static link
                    282:                removed extra libtool generation
1.3       paf       283: 
1.5       paf       284:        * Makefile.am 1.4:
                    285:        * Makefile.in 1.5:
                    286:        * libltdl/Makefile.am 1.3:
                    287:        * libltdl/Makefile.in 1.4:
1.3       paf       288:                'make dist' works
1.1       parser    289: 
1.5       paf       290:        * parser3mysql.C 1.7:
1.2       paf       291:                name spelling
1.1       parser    292: 
1.2       paf       293: 2001-12-24  paf
1.5       paf       294:        * configure.in 1.7:
1.2       paf       295:                trying to autodetermine includes dir
1.1       parser    296: 
1.5       paf       297:        * configure 1.8:
                    298:        * configure.in 1.8:
1.2       paf       299:                mysql inc dir autodetected
1.1       parser    300: 
1.2       paf       301: 2001-11-24  paf
1.5       paf       302:        * aclocal.m4 1.1:
1.2       paf       303:                for some reason makefile tries to make this file when it doesn
                    304:                t exist, ignoring the fact that that's not needed, we already
                    305:                have 'configure' made by autoconf, and that file only needed
                    306:                for that.
1.1       parser    307: 
1.2       paf       308: 2001-11-16  paf
1.5       paf       309:        * parser3mysql.C 1.5:
1.2       paf       310:                introducing estimating String::cstr_bufsize, 0
1.1       parser    311: 
1.2       paf       312: 2001-11-11  paf
1.5       paf       313:        * Makefile.in 1.4:
                    314:        * configure 1.7:
                    315:        * parser3mysql.C 1.4:
1.2       paf       316:                init(not const
1.1       parser    317: 
1.2       paf       318: 2001-11-08  paf
1.5       paf       319:        * parser3mysql.C 1.3:
1.2       paf       320:                2001.11.06 numrows on "HP-UX istok1 B.11.00 A 9000/869 448594332 two-user license"
                    321:                                3.23.42 & 4.0.0.alfa never worked, both subst & .sl version returned 0
1.1       parser    322: 
1.5       paf       323:        * Makefile.am 1.3:
                    324:        * Makefile.in 1.3:
1.2       paf       325:                lib prefix
1.1       parser    326: 
1.2       paf       327: 2001-10-30  paf
1.5       paf       328:        * configure.in 1.6:
1.2       paf       329:                rtti needed on solaris for exceptions to work OK, removing -fno
                    330:                rtti from everywhere
1.1       parser    331: 
1.5       paf       332:        * config_auto.h.in 1.2:
                    333:        * configure 1.6:
1.2       paf       334:                makes
1.1       parser    335: 
1.2       paf       336: 2001-10-29  paf
1.5       paf       337:        * config_fixed.h 1.2:
                    338:        * config_includes.h 1.2:
                    339:        * configure.in 1.5:
1.2       paf       340:                setjump
1.1       parser    341: 
1.2       paf       342: 2001-10-28  paf
1.5       paf       343:        * configure 1.5:
                    344:        * configure.in 1.4:
1.2       paf       345:                conf
1.1       parser    346: 
1.5       paf       347:        * configure 1.4:
                    348:        * configure.in 1.3:
1.2       paf       349:                no-rtti and _ to - in key
1.1       parser    350: 
1.2       paf       351: 2001-10-02  parser
1.5       paf       352:        * parser3mysql.C 1.2:
                    353:        * parser3mysql.dsp 1.2:
1.2       paf       354:                changed connect string format to support options
                    355:                charset=cp1251_koi8
                    356:                timeout=3
                    357:                compress=1&
                    358:                named_pipe=1
1.1       parser    359: 
1.2       paf       360: 2001-09-25  parser
1.5       paf       361:        * configure 1.3:
1.2       paf       362:                makes
1.1       parser    363: 
1.5       paf       364:        * configure.in 1.2:
1.2       paf       365:                sanity check
1.1       parser    366: 
1.2       paf       367: 2001-09-24  parser
1.5       paf       368:        * Makefile.am 1.2:
                    369:        * Makefile.in 1.2:
                    370:        * configure 1.2:
                    371:        * libltdl/Makefile.in 1.2:
1.2       paf       372:                makes
1.1       parser    373: 

E-mail: