Skip to content

Commit

Permalink
MDEV-7243: innodb-change-buffer-recovery fails on windows
Browse files Browse the repository at this point in the history
Problem is that on Windows command "perl" failed with error: 255  my_errno: 0  errno: 0.
Do not run on Windows.
  • Loading branch information
Jan Lindström committed Dec 2, 2014
1 parent e0c71a9 commit e544bcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/suite/innodb/t/innodb-change-buffer-recovery.test
Expand Up @@ -9,6 +9,8 @@
--source include/not_embedded.inc
# DBUG_SUICIDE() hangs under valgrind
--source include/not_valgrind.inc
# No windows, need perl
--source include/not_windows.inc

# The flag innodb_change_buffering_debug is only available in debug builds.
# It instructs InnoDB to try to evict pages from the buffer pool when
Expand Down

0 comments on commit e544bcd

Please sign in to comment.