~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/outfile.test

  • Committer: patrick crews
  • Date: 2010-10-26 15:52:59 UTC
  • mto: (1902.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: gleebix@gmail.com-20101026155259-4w7bs0fnjwa0k1v0
Truncated file name as long paths were causing error messages to be trimmed / causing diffs and errors over this

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
enable_query_log;
47
47
--replace_result $DRIZZLETEST_VARDIR DRIZZLETEST_VARDIR
48
48
--error ER_TEXTFILE_NOT_READABLE
49
 
select load_file(concat(@tmpdir,"/outfile-test.not-exist"));
 
49
select load_file(concat(@tmpdir,"/outfile.not-exist"));
50
50
--remove_file $DRIZZLETEST_VARDIR/tmp/outfile-test.1
51
51
--remove_file $DRIZZLETEST_VARDIR/tmp/outfile-test.2
52
52
--remove_file $DRIZZLETEST_VARDIR/tmp/outfile-test.3