Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing the mysql plugin | Matthew Hicks | 2008-05-15 | 4 | -315/+0 |
| | |||||
* | Adding mysql_schema type | Brenton Leanhardt | 2008-04-03 | 1 | -0/+29 |
| | | | | Added definition wrap the creation of the various mysql types | ||||
* | The parameter is 'db' not 'database' | Brenton Leanhardt | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | mysql: implement privilege=>all and fix tests | root | 2007-10-18 | 1 | -19/+33 |
| | |||||
* | mysql: flush privileges, autorequire, minor adjustments | root | 2007-10-18 | 2 | -0/+15 |
| | | | | | | | | | This commit executes a mysqladmin flush-privileges after every modification of users or grants, thereby enabling mysql to actually look at the changes too. grants now autorequire the appropriate db and user adjustet my site.pp for new types | ||||
* | mysql: prefetching, tests, order independent privileges | root | 2007-10-18 | 3 | -40/+119 |
| | | | | | | | | | | | 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. | ||||
* | mysql: add final piece, mysql_grant; add testing statements to site.pp | root | 2007-10-13 | 1 | -0/+131 |
| | |||||
* | mysql: minor fix to no hash again the pw_hash | root | 2007-10-13 | 1 | -1/+1 |
| | |||||
* | mysql: manage password of a user | root | 2007-10-11 | 1 | -0/+8 |
| | |||||
* | mysql: implement native types and test them | root | 2007-10-10 | 2 | -0/+39 |