IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 10, 2024, 12:37:20 PM (3 years ago)
Author:
eugene
Message:

fix xcskytools mysql code (support for mysql >5.7.5)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippTools/src/xcskytool.c

    r42574 r42579  
    116116    PXOPT_LOOKUP_STR(note,        config->args, "-set_note", false, false);
    117117    PXOPT_LOOKUP_TIME(registered, config->args, "-set_registered", false, false);
     118    //    fprintf (stderr, "%s\n", registered);
    118119
    119120    psMetadata *whereMD = psMetadataAlloc();
     
    333334                                dist_group,
    334335                                reduction,
    335                                 registered,
     336                            NULL, // XXX : broken like xcstacktool : is this due to the mysql version?
    336337                                note
    337338                )
Note: See TracChangeset for help on using the changeset viewer.