On Fri, Apr 19, 2002 at 04:12:35AM -0700, Jeremy Zawodny wrote:
> On Wed, Apr 10, 2002 at 08:48:01AM -0700, Nick Pasich wrote:
>
> [snip]
>
> >
> > Any subsequent executions do not. This is because of query caching.
> > I can run --> mysql -e "reset query cache" <-- which will enable
>
On Wed, Apr 10, 2002 at 08:48:01AM -0700, Nick Pasich wrote:
[snip]
>
> Any subsequent executions do not. This is because of query caching.
> I can run --> mysql -e "reset query cache" <-- which will enable
> the next call to mysqldump to write data.
>
> I believe that
>Description:
I'm using Mysql 4.0.1 with query caching:
set-variable = query_cache_limit=10M
set-variable = query_cache_size=10M
set-variable = query_cache_startup_type=1
The Command:
mysqldump -q -K -t --ta