~stewart/drizzle/remove-unused-row-type-in-table-message

« back to all changes in this revision

Viewing changes to tests/t/warnings.test

  • Committer: Brian Aker
  • Date: 2010-06-22 19:48:34 UTC
  • Revision ID: brian@gaz-20100622194834-xrx8ujqxj22m60kq
Merge in changes to call error on bad data input.

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
set @q = repeat('q', 256);
181
181
 
182
182
# BUG, 309791 currently only gives a warning but should give error
 
183
--error 1406
183
184
insert into t1 values(@c, @c, @c);
184
185
show warnings;
185
186
--error 1406