• unknown's avatar
    Bug fixes and new features to ma_test_all-t · cab8a363
    unknown authored
    
    scripts/mysql_fix_privilege_tables.sh:
      Fix a problem with events table not getting updated correctly.
      This happens when you run scripts/mysql_fix_privilege_tables and
      you have an old version of mysql_fix_privilege_tables.sql in
      the actual installation directory. This patch makes it look for
      the file inside the source dir first.
    storage/maria/unittest/ma_test_all-t:
      Added several new options for ma_test_all-t
      
      --verbose is handy, if you want to run the tests separately on the
      screen.
      
      Added functions for counting tests and a possibility to
      separate a group of tests inside an array of test.
    unittest/Makefile.am:
      Fixed a problem with make test not executing
      ma_test_all-t properly from the top source dir.
    cab8a363
mysql_fix_privilege_tables.sh 5.71 KB