1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

loaddata.result, loaddata.test:

A test case is corrected.


mysql-test/t/loaddata.test:
  A test case is corrected.
mysql-test/r/loaddata.result:
  A test case is corrected.
This commit is contained in:
unknown
2007-05-09 14:46:11 +04:00
parent c863f1eeb6
commit ba9657bcc6
2 changed files with 4 additions and 4 deletions

View File

@ -171,7 +171,7 @@ insert into t2 values(1),(2);
Warnings:
Warning 1261 Row 1 doesn't contain data for all columns
Warning 1261 Row 2 doesn't contain data for all columns
select f1 from t1 where f2 <> '0000-00-00 00:00:00';
select f1 from t1 where f2 <> '0000-00-00 00:00:00' order by f1;
f1
1
2
@ -179,7 +179,7 @@ delete from t1;
Warnings:
Warning 1261 Row 1 doesn't contain data for all columns
Warning 1261 Row 2 doesn't contain data for all columns
select f1 from t1 where f2 <> '0000-00-00 00:00:00';
select f1 from t1 where f2 <> '0000-00-00 00:00:00' order by f1;
f1
1
2