Re: bug in file "ibmysql_r/libmysql.c"

2002-04-16 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > >Description: > enable-reads-from-master and repl-parse-query is mixed > >How-To-Repeat: > . > >Fix: > line 839: > case 22: /* enable-reads-from-master */ > options->rpl_parse = 1; > break; >

bug in file "ibmysql_r/libmysql.c"

2002-04-16 Thread xuefer
>Description: enable-reads-from-master and repl-parse-query is mixed >How-To-Repeat: . >Fix: line 839: case 22: /* enable-reads-from-master */ options->rpl_parse = 1; break; case 23: /* repl-pa