1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fixed failing tests

- Galera tests that was not updated with connection change
  messages
- Test where out of memory error was changed (We are now using the
  standard out of memory error in most places)
- Removed tokudb tests that uses include files that doesn't exist
  in MariaDB
- Removed not supported mariadb startup option from option file
This commit is contained in:
Monty
2018-01-30 15:04:08 +02:00
parent 775aa5542d
commit 5478547c96
14 changed files with 54 additions and 4009 deletions

View File

@@ -23,7 +23,7 @@ v1
connection master;
set @@debug_dbug="d,simulate_register_view_failure";
CREATE VIEW v2 as SELECT * FROM t1;
ERROR HY000: Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space
ERROR HY000: Out of memory.
show tables;
Tables_in_test
t1