~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/common-tests.inc

  • Committer: Stewart Smith
  • Date: 2009-03-11 06:37:19 UTC
  • mto: (910.4.19 sparc) (937.2.1 sparc)
  • mto: This revision was merged to the branch mainline in revision 931.
  • Revision ID: stewart@flamingspork.com-20090311063719-v9iqjd00ts6260vv
batch up more INSERTs into transactions to help tests run quicker.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
#
47
47
 
48
48
--disable_query_log
 
49
begin;
49
50
INSERT INTO t2 VALUES (1,000001,00,'Omaha','teethe','neat','');
50
51
INSERT INTO t2 VALUES (2,011401,37,'breaking','dreaded','Steinberg','W');
51
52
INSERT INTO t2 VALUES (3,011402,37,'Romans','scholastics','jarring','');
1245
1246
INSERT INTO t2 VALUES (1191,068504,00,'bonfire','corresponds','positively','');
1246
1247
INSERT INTO t2 VALUES (1192,068305,00,'Colombo','hardware','colicky','');
1247
1248
INSERT INTO t2 VALUES (1193,000000,00,'nondecreasing','implant','thrillingly','');
 
1249
commit;
1248
1250
--enable_query_log
1249
1251
 
1250
1252
#