[1771] in Moira
Re: container stuff on ttsp
daemon@ATHENA.MIT.EDU (Qing Dong)
Wed Apr 25 18:18:20 2001
Message-Id: <200104252218.SAA28815@melbourne-city-street.mit.edu>
Date: Wed, 25 Apr 2001 18:13:26 -0400
To: Garry Zacheiss <zacheiss@mit.edu>
From: Qing Dong <dongq@MIT.EDU>
Cc: moiradev@mit.edu
In-Reply-To: <200104250110.VAA13101@hodge-podge.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Hi, Garry. Thanks for putting the change on ttsp so quickly.
I am testing the queries and update_container keeps giving me
the error MR_ARGS. I think the code for update_container in
queries.c probably should be
{
/* Q_UCON - UPDATE_CONTAINER, v7 */
"update_container",
"ucon",
7,
UPDATE,
0,
CONTAINERS_TABLE,
0,
ucon_fields,
8,
0,
1,
NULL,
&ucon_validate,
},
My old code set the argc to 0 instead of 1. Let me know if you want
another diff for this small change.
Thanks.
Qing
At 09:10 PM 4/24/2001 -0400, Garry Zacheiss wrote:
> The container changes are now running on ttsp. There was a bug
>in the code I received: you were using set_modtime() as a followup
>routine for acon. which assumes that there's a column in the table named
>'name', where you had called it 'cname'. To make this work, I changed
>the name to 'name', and pushed that change into all of the code.
>
> Please poke around ttsp and make sure everything is working for
>you. I'll commit the code once I've gone a little bit more testing.
>
>Garry
>