Annotation of sql/mysql/ChangeLog, revision 1.8

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

E-mail: