~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_str.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:
469
469
--disable_metadata
470
470
drop table t1;
471
471
 
472
 
#
473
 
# Bug #10418: LOAD_FILE does not behave like in manual if file does not exist
474
 
#
475
472
 
 
473
--error ER_TEXTFILE_NOT_READABLE
476
474
select load_file("lkjlkj");
477
 
select ifnull(load_file("lkjlkj"),"it's null");
478
475
 
479
476
#
480
477
# Bug#18243: REVERSE changes its argument