~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/warnings.test

  • Committer: Monty Taylor
  • Date: 2010-09-23 01:53:13 UTC
  • mto: (1791.3.1 build)
  • mto: This revision was merged to the branch mainline in revision 1794.
  • Revision ID: mordred@inaugust.com-20100923015313-w0b6vyw8l6ygqcja
Cleaned up the initial pass at this. It's not perfect, but it does work.

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;