Download | Plain Text | No Line Numbers


  1. --- html.orig/include/class.MysqlPermissions.php 2008-07-24 16:57:15.000000000 +0200
  2. +++ html/include/class.MysqlPermissions.php 2011-04-26 13:14:32.000000000 +0200
  3. @@ -194,10 +194,15 @@
  4. new MysqlPermission( 'Drop_priv', 'Y', 0 ),
  5. - new MysqlPermission( 'Grant_priv', 'Y', 0 ),
  6. + new MysqlPermission( 'Grant_priv', 'N', 0 ),
  7. new MysqlPermission( 'References_priv', 'N', 0 ),
  8. - new MysqlPermission( 'Index_priv', 'N', 0 ),
  9. + new MysqlPermission( 'Index_priv', 'Y', 0 ),
  10. new MysqlPermission( 'Alter_priv', 'Y', 0 ),
  11. new MysqlPermission( 'Create_tmp_table_priv', 'Y' , 4.000002 ),
  12. - new MysqlPermission( 'Lock_tables_priv', 'Y', 4.000002 )
  13. + new MysqlPermission( 'Lock_tables_priv', 'Y', 4.000002 ),
  14. + new MysqlPermission( 'Create_view_priv', 'Y', 0 ),
  15. + new MysqlPermission( 'Show_view_priv', 'Y', 0 ),
  16. + new MysqlPermission( 'Create_routine_priv', 'Y', 0 ),
  17. + new MysqlPermission( 'Alter_routine_priv', 'Y', 0 ),
  18. + new MysqlPermission( 'Execute_priv', 'Y', 0 )
  19. );
  20.  
  21. class MysqlPermissionSet extends MysqlVersion {
  22.