Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing the mysql plugin | Matthew Hicks | 2008-05-15 | 21 | -150/+0 |
| | |||||
* | mysql: implement privilege=>all and fix tests | root | 2007-10-18 | 9 | -10/+33 |
| | |||||
* | mysql: prefetching, tests, order independent privileges | root | 2007-10-18 | 18 | -0/+127 |
This commit implements prefetching for the mysql_database and the mysql_user types. This enables them to e.g. set the password_hash right when creating the user. There is now a directory with tests. Privileges are now order independent and do not cause spurious notices anymore. |