~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/warnings.test

  • Committer: Brian Aker
  • Date: 2010-08-18 16:12:58 UTC
  • mto: This revision was merged to the branch mainline in revision 1720.
  • Revision ID: brian@tangent.org-20100818161258-1vm71da888dfvwsx
Remove the code surrounding stack trace.

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