~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/outfile.test

  • Committer: Brian Aker
  • Date: 2010-10-08 21:27:53 UTC
  • mfrom: (1819.2.4 drizzle)
  • Revision ID: brian@tangent.org-20101008212753-u2kvzdrz4ghrbw11
Merge in Pcrew test framework

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
enable_query_log;
41
41
--error ER_TEXTFILE_NOT_READABLE
42
42
select load_file(concat(@tmpdir,"/outfile-test.not-exist"));
43
 
--remove_file $MYSQLTEST_VARDIR/tmp/outfile-test.1
44
 
--remove_file $MYSQLTEST_VARDIR/tmp/outfile-test.2
45
 
--remove_file $MYSQLTEST_VARDIR/tmp/outfile-test.3
 
43
--remove_file $DRIZZLETEST_VARDIR/tmp/outfile-test.1
 
44
--remove_file $DRIZZLETEST_VARDIR/tmp/outfile-test.2
 
45
--remove_file $DRIZZLETEST_VARDIR/tmp/outfile-test.3
46
46
drop table t1;
47
47
 
48
48
# Bug#8191
51
51
enable_query_log;
52
52
--replace_result $DRIZZLE_TEST_DIR DRIZZLE_TEST_DIR
53
53
select load_file(concat(@tmpdir,"/outfile-test.4"));
54
 
--remove_file $MYSQLTEST_VARDIR/tmp/outfile-test.4
 
54
--remove_file $DRIZZLETEST_VARDIR/tmp/outfile-test.4
55
55
 
56
56
#
57
57
# Bug #5382: 'explain select into outfile' crashes the server
75
75
FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
76
76
FROM data_dictionary.schemas LIMIT 0, 5;
77
77
# enable_query_log;
78
 
--remove_file $MYSQLTEST_VARDIR/tmp/outfile-test.4
 
78
--remove_file $DRIZZLETEST_VARDIR/tmp/outfile-test.4
79
79
 
80
80
use data_dictionary;
81
81
# disable_query_log;
83
83
FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
84
84
FROM schemas LIMIT 0, 5;
85
85
enable_query_log;
86
 
--remove_file $MYSQLTEST_VARDIR/tmp/outfile-test.5
 
86
--remove_file $DRIZZLETEST_VARDIR/tmp/outfile-test.5
87
87
use test;
88
88
 
89
89
#