1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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 c0ae6f6d86
commit 299339d41a
4 changed files with 7 additions and 5 deletions

View File

@ -4,7 +4,6 @@ SELECT * INTO @Y FROM init_file.startup limit 1,1;
SELECT YEAR(@X)-YEAR(@Y);
YEAR(@X)-YEAR(@Y)
0
DROP DATABASE init_file;
ok
end of 4.1 tests
select * from t1;
@ -20,4 +19,3 @@ y
3
11
13
drop table t1, t2;