Re: Bug in GRANT in 3.23.40

2001-07-27 Thread Sinisa Milivojevic
pyxl writes: > Found a bug in 3.23.40 with GRANT: > > Statement: > > grant file on db.* to peeps@"%" identified by "password"; > > emits no error message, however when one does a select for that user > from the user table, one > will find that the user "peeps" which was dutifully created has NO

Bug in GRANT in 3.23.40

2001-07-27 Thread pyxl
Found a bug in 3.23.40 with GRANT: Statement: grant file on db.* to peeps@"%" identified by "password"; emits no error message, however when one does a select for that user from the user table, one will find that the user "peeps" which was dutifully created has NOT been given File_priv - in fac