]> andersk Git - moira.git/commit
Kludge around Ingres brokenness in two places:
authordanw <danw>
Sun, 29 Sep 1996 20:24:42 +0000 (20:24 +0000)
committerdanw <danw>
Sun, 29 Sep 1996 20:24:42 +0000 (20:24 +0000)
commit4872dc73f13a2944bd6f7fac2c7335a2c891072b
tree04b62c5425ce653e485fb65323e89b5468530440
parent846410b511ff97bc8c4ac3c464d69c022539abde
Kludge around Ingres brokenness in two places:

  * get_hostalias - If the machine name has no wildcards, look up
    its mach_id and then do the query indexed by that instead of
    by the machine name. This takes less than a second, vs. up to a
    minute or so the other way. (This speeds up the `show machine
    info' command in moira, which is used a lot by the RCCs this time
    of year.)

  * get_user_account_by_login - the sipb-athena moira client was
    built from an older source tree that didn't have the patch
    to never call gual with a string longer than 8 characters.
    I hacked access_login to notice this and return an error.
    (Because otherwise, it takes the server several minutes to
    return `permission denied' when a user tries to use the `create
    mailing list' command.)

Neither of these will be propagated to the Oracle server since it
doesn't have a problem with either of those queries.
server/qaccess.dc
server/qsupport.dc
server/queries2.c
This page took 0.061022 seconds and 5 git commands to generate.