List:Commits« Previous MessageNext Message »
From:Chuck Bell Date:July 9 2008 9:03pm
Subject:RE: bzr commit into mysql-6.0-backup branch (cbell:2648) Bug#35230
View as plain text  
Svoj, 

> > === modified file 'sql/mysqld.cc'
> > --- a/sql/mysqld.cc	2008-07-01 20:32:27 +0000
> > +++ b/sql/mysqld.cc	2008-07-09 17:31:53 +0000
> > @@ -5745,6 +5746,8 @@ struct my_option my_long_options[] =
> >     "Creating and dropping stored procedures alters ACLs. 
> Disable with --skip-automatic-sp-privileges.",
> >     (uchar**) &sp_automatic_privileges, (uchar**) 
> &sp_automatic_privileges,
> >     0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
> > +  {"backupdir", 'B', "Path used to store backup data.", 
> (uchar**) &sys_var_backupdir.value,
> > +   (uchar**) &sys_var_backupdir.value, 0, GET_STR, 
> REQUIRED_ARG, 0, 
> > + 0, 0, 0, 0, 0},
> Change 'B' with OPT_BACKUPDIR.

But that removes it from being a command-line option. Can't do that.

Chuck

Thread
bzr commit into mysql-6.0-backup branch (cbell:2648) Bug#35230Chuck Bell9 Jul
RE: bzr commit into mysql-6.0-backup branch (cbell:2648) Bug#35230Chuck Bell9 Jul