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

Fix tests after merge and disable rpl_ndb_dd_advance due to bug 18679.

mysql-test/r/date_formats.result:
  Fix results after merge
mysql-test/r/mysqldump.result:
  Fix results after merge
mysql-test/t/disabled.def:
  Add randomly-failing test with open bug
mysql-test/t/mysqldump.test:
  Clean up test after merge and fix 'End of test' markers
This commit is contained in:
unknown
2006-07-28 19:39:34 -07:00
parent d10db4cf6c
commit b230225b45
4 changed files with 24 additions and 123 deletions

View File

@ -571,5 +571,5 @@ SELECT DATE_FORMAT('%Y-%m-%d %H:%i:%s', 1151414896);
DATE_FORMAT('%Y-%m-%d %H:%i:%s', 1151414896)
NULL
Warnings:
Warning 1292 Truncated incorrect datetime value: '%Y-%m-%d %H:%i:%s'
Warning 1292 Incorrect datetime value: '%Y-%m-%d %H:%i:%s'
"End of 4.1 tests"