1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed internal test check warnings in 5.1-bugteam.

This commit is contained in:
Georgi Kodinov
2009-02-01 11:18:09 +02:00
parent 26e8675889
commit aea9bcaa40
4 changed files with 7 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ BEGIN
-- Dump all global variables except those
-- that are supposed to change
SELECT * FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
WHERE variable_name != 'timestamp';
WHERE variable_name != 'timestamp' ORDER BY VARIABLE_NAME;
-- Dump all databases, there should be none
-- except those that was created during bootstrap