~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/outfile.result

  • Committer: patrick crews
  • Date: 2010-11-03 15:47:58 UTC
  • mto: (1902.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: gleebix@gmail.com-20101103154758-qxaf3oc4gt0e7xon
Tweaked outfile .test + .result to avoid use of variable output

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
ERROR HY000: File 'DRIZZLETEST_VARDIR/tmp/outfile-test.1' already exists
17
17
ERROR HY000: File 'DRIZZLETEST_VARDIR/tmp/outfile-test.2' already exists
18
18
ERROR HY000: File 'DRIZZLETEST_VARDIR/tmp/outfile-test.3' already exists
19
 
SET @tmpdir1="/home/pcrews/bzr/work/memtest/this_is_a_long_path_to_help_me_duplicate_the_problem_with_long_paths_so_i/drizzle/tests/var";
20
19
select load_file(concat(@tmpdir1,"/bad"));
21
20
ERROR HY000: The file 'VAR/bad' must be in the schema directory or be readable by all
22
21
drop table t1;