An error occurred fetching the project authors.
  1. 11 Nov, 2013 1 commit
  2. 07 Jun, 2013 2 commits
  3. 16 May, 2013 2 commits
  4. 11 May, 2013 1 commit
    • Michael Widenius's avatar
      Fixed that SHOW PROCESSLIST and information_schema.processlist uses the right... · 61e603be
      Michael Widenius authored
      Fixed that SHOW PROCESSLIST and information_schema.processlist uses the right length for user names.
      Fixed some failing tests
      
      
      mysql-test/mysql-test-run.pl:
        Removed warning from mysql-test-run
      mysql-test/r/create.result:
        Updated result
      mysql-test/r/log_slow.result:
        Fixed failing test
      mysql-test/suite/funcs_1/r/is_columns_is.result:
        Updated result
      mysql-test/suite/funcs_1/r/processlist_priv_no_prot.result:
        Updated result
      mysql-test/suite/funcs_1/r/processlist_val_no_prot.result:
        Updated result
      mysql-test/t/log_slow.test:
        Ensure variables are properly reset at end of test
      sql/sql_show.cc:
        Fixed max length for user names
      61e603be
  5. 16 Apr, 2013 1 commit
    • unknown's avatar
      MDEV-3882: .deb versions lower than upstream repo, causing install failure · fe928677
      unknown authored
      The official Debian Wheezy MySQL packages have versions like 5.5.30+dfsg-xxx.
      Such version is larger than 5.5.30-yyy, so apt prefers it.
      So use instead 5.5.30+maria-yyy, which is larger and can be pulled in
      automatically by apt.
      
      Also included are a couple of fixes for test failures in buildbot.
      fe928677
  6. 28 Mar, 2013 1 commit
  7. 14 Feb, 2013 1 commit
  8. 08 Feb, 2013 1 commit
  9. 07 Feb, 2013 1 commit
  10. 06 Feb, 2013 1 commit
  11. 05 Feb, 2013 1 commit
  12. 04 Feb, 2013 1 commit
  13. 01 Feb, 2013 1 commit
  14. 10 Jan, 2013 1 commit
    • Michael Widenius's avatar
      Fixed problem with failing mysql_upgrade when proc table was not correct. · 383452cf
      Michael Widenius authored
      Moved out creation of performance schema tables from mysql_system_tables.sql as
      the performance_tables creation scripts needs a working mysql.proc to work.
      
      client/mysql_upgrade.c:
        Added option -V, --version
      debian/dist/Debian/mariadb-server-5.5.files:
        Added mysql_performance_tables.sql
      debian/dist/Ubuntu/mariadb-server-5.5.files:
        Added mysql_performance_tables.sql
      mysql-test/lib/v1/mysql-test-run.pl:
        Added mysql_performance_tables.sql
      mysql-test/mysql-test-run.pl:
        Added mysql_performance_tables.sql
      scripts/CMakeLists.txt:
        Moved out creation of performance schema tables from mysql_system_tables.sql 
        as the performance_tables creation scripts needs a working mysql.proc to work
      scripts/mysql_install_db.sh:
        Added mysql_performance_tables.sql
      scripts/mysql_performance_tables.sql:
        Moved out creation of performance schema tables from mysql_system_tables.sql 
        as the performance_tables creation scripts needs a working mysql.proc to work
      scripts/mysql_system_tables.sql:
        Move creation of performance schema tables to mysql_performance_tables.sql
        Added 'flush tables' to get things to work if someone deletes a table like mysql.proc before run
      scripts/mysql_system_tables_fix.sql:
        ove performance table things to mysql_performance_tables.sql
      storage/perfschema/pfs.cc:
        Fixed comment
      383452cf
  15. 12 Dec, 2012 1 commit
  16. 11 Dec, 2012 1 commit
  17. 20 Nov, 2012 1 commit
  18. 04 Nov, 2012 2 commits
    • unknown's avatar
      mtr.pl · d6577aa2
      unknown authored
       - remove unused hack to turn on extra suites based on current directory name
       - remove 4 your old debug printout of "vardir: <dir>"
      d6577aa2
    • unknown's avatar
      mtr.pl · 688dbe1e
      unknown authored
       - improve the logic that decides when ndbcluster should be enabled and the extra
        test suites for MySQL Cluster should be added. Should be consistent and logical now ;)
      688dbe1e
  19. 24 Oct, 2012 1 commit
  20. 08 Aug, 2012 1 commit
  21. 27 Jun, 2012 1 commit
    • Michael Widenius's avatar
      Don't abort InnoDB/XtraDB if one can't allocate resources for AIO · a839a9a7
      Michael Widenius authored
      - Better error messages
      
      This fixes that one again can run the test systems with many threads without having to increase fs.aio-max-nr.
      
      
      mysql-test/include/mtr_check.sql:
        Ignore the INNODB_USE_NATIVE_AIO variable (may change during execution)
      mysql-test/mysql-test-run.pl:
        Ignore warnings for failure to setup AIO
      storage/innobase/os/os0file.c:
        Continue without AIO even if we can't allocate resources for AIO
      storage/xtradb/os/os0file.c:
        Continue without AIO even if we can't allocate resources for AIO
      storage/xtradb/srv/srv0start.c:
        Give an error message (instead of core dump) if AIO can't be initialized
      a839a9a7
  22. 14 Jun, 2012 1 commit
  23. 08 Jun, 2012 1 commit
  24. 06 Jun, 2012 1 commit
  25. 15 May, 2012 1 commit
  26. 04 May, 2012 1 commit
  27. 23 Apr, 2012 1 commit
  28. 03 Apr, 2012 1 commit
  29. 16 Mar, 2012 1 commit
    • Vladislav Vaintroub's avatar
      Fix several buildot errors on Windows · e3abf126
      Vladislav Vaintroub authored
      - do not attempt loading federatedx dynamically - does not work on Windows embedded
      - race condition in rpl_start_stop_slave
      - fix exclusion rule to catch warning in partition test
      e3abf126
  30. 09 Mar, 2012 1 commit
  31. 05 Mar, 2012 1 commit
    • Sergei Golubchik's avatar
      updates after writing https://kb.askmonty.org/en/mysql-test-auxiliary-files · 082bbe86
      Sergei Golubchik authored
      mysql-test/README.suites:
        removed. it was turned into a manual, eventually
      mysql-test/include/default_mysqld.cnf:
        use normal environment variables instead of magic @OPT.vardir
      mysql-test/lib/My/ConfigFactory.pm:
        use normal environment variables instead of magic @OPT.vardir
      mysql-test/mysql-test-run.pl:
        initialize environment variables before parsing the first my.cnf template - it may refer to them
      mysql-test/suite/sphinx/my.cnf:
        use normal environment variables instead of magic @OPT.vardir
      082bbe86
  32. 23 Feb, 2012 2 commits
    • Michael Widenius's avatar
      Fixes for make_binary_distribution and mysql_config for OpenSuse 12.1 · 80ff6a12
      Michael Widenius authored
      BUILD/SETUP.sh:
        By default, build also with innodb-plugin
      mysql-test/mysql-test-run.pl:
        Also search in lib64 directory for plugins (This is used at least on OpenSuse 12.1 when using default build scripts)
      mysql-test/r/lock_multi.result:
        Allow test to be re-run even if it crashed.
      mysql-test/t/lock_multi.test:
        Allow test to be re-run even if it crashed.
      scripts/make_binary_distribution.sh:
        Ensure that libexecdir is named libexec (was not on OpenSuse 12.1)
      scripts/mysql_config.sh:
        Fixed detection of lib64 was used.
      80ff6a12
    • Sergei Golubchik's avatar
      overlay support for mysql-test-run and mysqltest · 8e90e3b4
      Sergei Golubchik authored
      mysql-test-run auto-disables all optional plugins.
      
      
      mysql-test/include/default_client.cnf:
        no @OPT.plugindir anymore
      mysql-test/include/default_mysqld.cnf:
        don't disable plugins manually - mtr can do it better
      mysql-test/suite/innodb/t/innodb_bug47167.test:
        mtr now uses suite-dir as an include path
      mysql-test/suite/innodb/t/innodb_file_format.test:
        mtr now uses suite-dir as an include path
      mysql-test/t/partition_binlog.test:
        this test uses partitions
      storage/example/mysql-test/mtr/t/source.result:
        update results. as mysqltest includes the correct overlayed include
      storage/innobase/handler/ha_innodb.cc:
        the assert is wrong
      8e90e3b4
  33. 21 Feb, 2012 1 commit
  34. 20 Feb, 2012 2 commits
    • Michael Widenius's avatar
      More general handling of memory loss in dlclose (backported from 5.2) · 36768be3
      Michael Widenius authored
      Fixed supression in mysql-test-run so it also works on windows.
      
      mysql-test/mysql-test-run.pl:
        Fixed supression so it also works on windows.
      mysql-test/valgrind.supp:
        More general handling of memory loss in dlclose (backported from 5.2)
      sql/signal_handler.cc:
        Added newlines around link to how to do bug reports
      36768be3
    • Michael Widenius's avatar
      Fixed lp:902654 "MariaDB consistently crashes in collect_tables on Aria checkpoint execution" · 866cdc0a
      Michael Widenius authored
      This happend when you have more than 1024 open Aria tables during checkpoint.
      
      
      mysql-test/mysql-test-run.pl:
        Fixed that variable names are consistent between external and internal server.
      mysql-test/suite/maria/suite.pm:
        Test for aria-block-size instead of 'aria' as 'aria' is not set for embedded server.
        This should be ok for aria tests, as aria is never disabled for these.
      storage/maria/ma_checkpoint.c:
        Fixed bug when there are more than 1024 open Aria tables during checkpoint.
      866cdc0a
  35. 09 Feb, 2012 1 commit
    • unknown's avatar
      Fix a number of problems in the test suite (no code bugs): · 058cb770
      unknown authored
       - mysql-test-run.pl --valgrind complains when all tests succeed.
      
       - perfschema.all_instances fail on non-linux, where ENABLE_TEMP_POOL
         is not set and therefore BITMAP mutex is not used.
      
       - MDEV-132: main.mysqldump fails because it depends on exact size of stdio
         buffers.
      
       - MDEV-99: rpl.rpl_cant_read_event_incident fails due to a race where the
         slave manages to connect while the test case is in the middle of setting up
         the master, causing the slave to replicate extra/wrong events.
      
       - MDEV-133: rpl.rpl_rotate_purge_deadlock fails because it issues a
         DEBUG_SYNC SIGNAL immediately followed by RESET; this means that sometimes
         the intended receipient has no time to see the signal before it is cleared
         by the RESET, causing wait to timeout.
      058cb770