~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/create_max_fields.test

  • Committer: pawel
  • Date: 2010-03-29 20:16:08 UTC
  • mto: This revision was merged to the branch mainline in revision 1428.
  • Revision ID: pawel@paw-20100329201608-ndqnc736k47uvy3s
changed function-like defines into functions in some files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--disable_warnings
2
 
drop table if exists t1;
3
 
--enable_warnings
4
 
 
5
1
--echo One column less than MAX_FIELDS
6
2
CREATE TABLE t1 (
7
3
f1 int,