mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-7255 Failures in engines/* tests, part 1
In 10.0 output of SHOW DATABASES appears to be sorted, while in result files it is not. Added sorted_result for certainty and updated result files.
This commit is contained in:
@ -6,5 +6,6 @@ SHOW DATABASES;
|
||||
--error 1064
|
||||
USE DATABASE nond6;
|
||||
DROP DATABASE d6;
|
||||
--sorted_result
|
||||
SHOW DATABASES;
|
||||
|
||||
|
Reference in New Issue
Block a user