An error occurred fetching the project authors.
  1. 17 Nov, 2010 1 commit
  2. 15 May, 2009 1 commit
    • Matthias Leich's avatar
      Fix for Bug#42308 Several server tests do not pass MTR's --check option · 21f878e7
      Matthias Leich authored
      Details:
      Most tests mentioned within the bug report were already fixed.
      The test modified here failed in stability (high parallel load) tests.
      
      Details:
      1. Take care that disconnects are finished before the test terminates.
      2. Correct wrong handling of send/reap in events_stress which caused
         random garbled output
      3. Minor beautifying of script code
      21f878e7
  3. 04 Aug, 2008 1 commit
  4. 04 Apr, 2007 1 commit
    • unknown's avatar
      Skip test cases if the script or binary they need can't be found · 6aa11eeb
      unknown authored
      mysql-test/mysql-test-run.pl:
        Move some opt_extern hacks to same place.
        Remove duplicate opt_skip_im=1 if opt_extern
      mysql-test/t/fix_priv_tables.test:
        Skip test if $MYSQL_FIX_PRIVILEGE_TABLES is not set
      mysql-test/t/system_mysql_db_fix30020.test:
        Skip test if $MYSQL_FIX_SYSTEM_TABLES is not set
      mysql-test/t/system_mysql_db_fix40123.test:
        Skip test if $MYSQL_FIX_PRIVILEGE_TABLES is not set
      6aa11eeb
  5. 29 Nov, 2006 1 commit
    • unknown's avatar
      Bug#20589 Missing some table level privileges after upgrade · 2278d962
      unknown authored
       - The table_priv column of table_privs table was altered to a enum type
         with fewer enums causing the SHOW/CREATE VIEW grants to be truncated.
       - Improved comments and moved all declarations for table_privs, column_privs
         and proc_privs to one section for each table making it easy to see hat alterations
         are performed on each table
       - Reduced the number of ALTER's slightly, but as this is an upgrade script we need
         to take all possibilites into account.
      
      
      scripts/mysql_fix_privilege_tables.sql:
        Collect everything for tables_priv, columns_priv and procs_priv in one section for each table
        Remove duplicate ALTERS
        Remove the ALTERS that truncated "SHOW VIEW" and "CREATE VIEW" from
        the enum type for Table_priv.
      mysql-test/r/fix_priv_tables.result:
        New BitKeeper file ``mysql-test/r/fix_priv_tables.result''
      mysql-test/r/fix_priv_tabs.result:
        New BitKeeper file ``mysql-test/r/fix_priv_tabs.result''
      mysql-test/t/fix_priv_tables.test:
        New BitKeeper file ``mysql-test/t/fix_priv_tables.test''
      2278d962