IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2007, 2:56:44 PM (19 years ago)
Author:
jhoblitt
Message:

document the issue with mysql 4.1.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/warptool.c

    r12002 r12003  
    938938
    939939#if MYSQL5
     940    // XXX at MySQL 4.1.21 (probably all of 4.1.x) chokes and dies on this
     941    // statement as it thinks it is trying to select from the table being
     942    // updated. The 4.1 manual says that nested sub-queries are explicited
     943    // allowed to do this with update statements as a temporary table is
     944    // created so that you are not actually selecting from the table you are
     945    // modifying.
    940946    char *query =
    941947        "UPDATE p4Run\n"
Note: See TracChangeset for help on using the changeset viewer.