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:
@@ -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
|
||||
|
Reference in New Issue
Block a user