~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/warnings.test

  • Committer: lbieber
  • Date: 2010-09-26 03:23:39 UTC
  • mfrom: (1793.1.1 build)
  • Revision ID: lbieber@orisndriz08-20100926032339-59p5xxhkloa09759
Merge Monty - Beginning of catalog support, adds a default local catalog. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
create table t1(a int, b int not null, c date, d char(5));
53
53
--error ER_WARN_NULL_TO_NOTNULL
54
 
load data infile '../std_data_ln/warnings_loaddata.dat' into table t1 fields terminated by ',';
 
54
load data infile '../../std_data_ln/warnings_loaddata.dat' into table t1 fields terminated by ',';
55
55
# PS doesn't work good with @@warning_count
56
56
--disable_ps_protocol
57
57
select @@warning_count;