diff options
Diffstat (limited to 'mysql-test/r/bootstrap.result')
-rw-r--r-- | mysql-test/r/bootstrap.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/bootstrap.result b/mysql-test/r/bootstrap.result index 484724373d2..8bef6f90ab4 100644 --- a/mysql-test/r/bootstrap.result +++ b/mysql-test/r/bootstrap.result @@ -14,7 +14,7 @@ End of 5.1 tests SHOW VARIABLES LIKE 'have_innodb'; Variable_name Value have_innodb DISABLED -SELECT SUPPORT FROM INFORMATION_SCHEMA.ENGINES WHERE engine='innodb'; -SUPPORT -NO +SELECT 'bug' as '' FROM INFORMATION_SCHEMA.ENGINES WHERE engine='innodb' + and SUPPORT='YES'; + End of 5.5 tests |