~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/loaddata.test

  • Committer: lbieber
  • Date: 2010-10-07 15:39:23 UTC
  • mfrom: (1819.1.2 build)
  • Revision ID: lbieber@orisndriz08-20101007153923-e9rwa9ha5oyhjdc2
Merge Monty - Bug 655294: load_data() function returns null if file is invalid 
Merge Monty - Bug 655342: select into outfile creates a garbage file on no results
Merge Monty - Fixes the haildb build

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
eval load data infile '$DRIZZLE_TEST_DIR/t/loaddata.test' into table t1;
136
136
select * from t1;
137
137
 
138
 
# Test "load_file" returns NULL
139
138
--replace_result $DRIZZLE_TEST_DIR DRIZZLE_TEST_DIR
 
139
--error ER_OPTION_PREVENTS_STATEMENT
140
140
eval select load_file("$DRIZZLE_TEST_DIR/t/loaddata.test");
141
141
 
142
142
# cleanup