Bug#287160: Reverse patch for 4.3.9-2

2005-03-14 Thread C.Y.M
Matthew Palmer wrote: On Fri, Mar 11, 2005 at 11:32:11AM -0800, C.Y.M wrote: The trouble lies within this patch. I am trying to narrow it down as much as possible. The first section of the code that changed looks like this: - if ((rv = check_mysql_auth_require(user, t, r)) -

Bug#287160: Reverse patch for 4.3.9-2

2005-03-14 Thread C.Y.M
Matthew Palmer wrote: On Mon, Mar 14, 2005 at 12:27:10AM -0800, C.Y.M wrote: Thanks for the debug patch. I have applied it and reproduced the error, but I do not get any new debug info in the log. I am running apache2 in debug mode. That's... odd. Once Running query gets printed, and Query

Bug#287160: Reverse patch for 4.3.9-2

2005-03-14 Thread C.Y.M
Matthew Palmer wrote: On Mon, Mar 14, 2005 at 12:27:10AM -0800, C.Y.M wrote: Thanks for the debug patch. I have applied it and reproduced the error, but I do not get any new debug info in the log. I am running apache2 in debug mode. Out of curiosity, how do you define the access to each

Bug#287160: Reverse patch for 4.3.9-2

2005-03-13 Thread Matthew Palmer
On Fri, Mar 11, 2005 at 11:32:11AM -0800, C.Y.M wrote: The trouble lies within this patch. I am trying to narrow it down as much as possible. The first section of the code that changed looks like this: - if ((rv = check_mysql_auth_require(user, t, r)) -

Bug#287160: Reverse patch for 4.3.9-2

2005-03-11 Thread C.Y.M
The trouble lies within this patch. I am trying to narrow it down as much as possible. The first section of the code that changed looks like this: - if ((rv = check_mysql_auth_require(user, t, r)) - != HTTP_UNAUTHORIZED) - { -