~mathiaz/ubuntu/lucid/mysql-dfsg-5.1/zap-bug-552053

« back to all changes in this revision

Viewing changes to mysql-test/suite/parts/r/partition_alter2_2_innodb.result

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-06-25 12:55:45 UTC
  • mfrom: (1.1.2 upstream) (0.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20090625125545-m8ogs96zzsri74xe
Tags: 5.1.34-1ubuntu1
* Merge from debian experimental (and 5.0 from main), remaining changes:
  - debian/mysql-server-5.1.config:
    + ask for MySQL root password at priority high instead of medium so
      that the password prompt is seen on a default install. (LP: #319843)
    + don't ask for root password when upgrading from a 5.0 install.
  - debian/control:
    + Make libmysqlclient16-dev a transitional package depending on
      libmysqlclient-dev.
    + Make libmysqlclient-dev conflict with libmysqlclient15-dev.
    + Don't build mysql-server, mysql-client, mysql-common and
      libmysqlclient15-dev binary packages since they're still provided
      by mysql-dfsg-5.0.
    + Make mysql-{client,server}-5.1 packages conflict and
      replace mysql-{client,server}-5.0, but not provide
      mysql-{client,server}.
    + Depend on a specific version of mysql-common rather than the src
      version of mysql-dfsg-5.1 since mysql-common is currently part of
      mysql-dfsg-5.0.
    + Lower mailx from a Recommends to a Suggests to avoid pulling in
      a full MTA on all installs of mysql-server. (LP: #259477)
  - debian/rules:
    + added -fno-strict-aliasing to CFLAGS to get around mysql testsuite
      build failures.
    + install mysql-test and sql-bench to /usr/share/mysql/ rather than
      /usr/.
  - debian/additions/debian-start.inc.sh: support ANSI mode (LP: #310211)
  - Add AppArmor profile:
    - debian/apparmor-profile: apparmor profile.
    - debian/rules, debian/mysql-server-5.0.files: install apparmor profile.
    - debian/mysql-server-5.0.dirs: add etc/apparmor.d/force-complain
    - debian/mysql-server-5.0.postrm: remove symlink in force-complain/ on
      purge.
    - debian/mysql-server-5.1.README.Debian: add apparmor documentation.
    - debian/additions/my.cnf: Add warning about apparmor. (LP: #201799)
    - debian/mysql-server-5.1.postinst: reload apparmor profiles.
  - debian/additions/my.cnf: remove language option. Error message files are
    located in a different directory in MySQL 5.0. Setting the language
    option to use /usr/share/mysql/english breaks 5.0. Both 5.0 and 5.1
    use a default value that works. (LP: #316974)
  - debian/mysql-server-5.1.mysql.init:
    + Clearly indicate that we do not support running multiple instances
      of mysqld by duplicating the init script.
      (closes: #314785, #324834, #435165, #444216)
    + Properly parameterize all existing references to the mysql config
      file (/etc/mysql/my.cnf).
  - debian/mysql-server-5.0.postinst: Clear out the second password
    when setting up mysql. (LP: #344816)
  - mysql-server-core-5.1 package for files needed by Akonadi:
    + debian/control: create mysql-server-core-5.1 package.
    + debian/mysql-server-core-5.1.files, debian/mysql-server-5.1.files:
      move core mysqld files to mysql-server-core-5.1 package.
  - Don't package sql-bench and mysql-test file.
* Dropped changes:
  - debian/patches/92_ssl_test_cert.dpatch: certificate expiration in
    test suite (LP: #323755). Included upstream.
* Dropped from 5.0:
  - apparmor profile:
    - debian/control: Recommends apparmor >= 2.1+1075-0ubuntu6. All version
      of apparmor-profile (>hardy) are higher than this version.
    - debian/mysql-server-5.0.preinst: create symlink for force-complain/
      on pre-feisty upgrades, upgrades where apparmor-profiles profile is
      unchanged (ie non-enforcing) and upgrades where the profile
      doesn't exist. Support for pre-hardy upgrades is no longer needed.
* debian/mysql-server-5.1.postinst: fix debian-sys-maint user creation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3826
3826
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
3827
3827
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
3828
3828
WHERE f_int1 IN (2,3);
3829
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
3829
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
3830
3830
# check prerequisites-3 success:    1
3831
3831
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
3832
3832
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
4320
4320
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
4321
4321
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
4322
4322
WHERE f_int1 IN (2,3);
4323
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
4323
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
4324
4324
# check prerequisites-3 success:    1
4325
4325
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
4326
4326
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
4829
4829
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
4830
4830
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
4831
4831
WHERE f_int1 IN (2,3);
4832
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
4832
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
4833
4833
# check prerequisites-3 success:    1
4834
4834
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
4835
4835
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
5334
5334
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
5335
5335
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
5336
5336
WHERE f_int1 IN (2,3);
5337
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
5337
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
5338
5338
# check prerequisites-3 success:    1
5339
5339
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
5340
5340
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
5833
5833
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
5834
5834
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
5835
5835
WHERE f_int1 IN (2,3);
5836
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
5836
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
5837
5837
# check prerequisites-3 success:    1
5838
5838
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
5839
5839
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
6347
6347
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
6348
6348
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
6349
6349
WHERE f_int1 IN (2,3);
6350
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
6350
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
6351
6351
# check prerequisites-3 success:    1
6352
6352
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
6353
6353
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
6857
6857
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
6858
6858
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
6859
6859
WHERE f_int1 IN (2,3);
6860
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
6860
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
6861
6861
# check prerequisites-3 success:    1
6862
6862
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
6863
6863
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
7359
7359
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
7360
7360
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
7361
7361
WHERE f_int1 IN (2,3);
7362
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
7362
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
7363
7363
# check prerequisites-3 success:    1
7364
7364
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
7365
7365
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
7854
7854
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
7855
7855
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
7856
7856
WHERE f_int1 IN (2,3);
7857
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
7857
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
7858
7858
# check prerequisites-3 success:    1
7859
7859
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
7860
7860
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
8348
8348
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
8349
8349
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
8350
8350
WHERE f_int1 IN (2,3);
8351
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
8351
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
8352
8352
# check prerequisites-3 success:    1
8353
8353
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
8354
8354
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
8857
8857
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
8858
8858
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
8859
8859
WHERE f_int1 IN (2,3);
8860
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
8860
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
8861
8861
# check prerequisites-3 success:    1
8862
8862
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
8863
8863
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
9362
9362
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
9363
9363
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
9364
9364
WHERE f_int1 IN (2,3);
9365
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
9365
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
9366
9366
# check prerequisites-3 success:    1
9367
9367
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
9368
9368
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
9861
9861
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
9862
9862
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
9863
9863
WHERE f_int1 IN (2,3);
9864
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
9864
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
9865
9865
# check prerequisites-3 success:    1
9866
9866
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
9867
9867
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
10375
10375
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
10376
10376
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
10377
10377
WHERE f_int1 IN (2,3);
10378
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
10378
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
10379
10379
# check prerequisites-3 success:    1
10380
10380
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
10381
10381
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
10885
10885
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
10886
10886
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
10887
10887
WHERE f_int1 IN (2,3);
10888
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
10888
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
10889
10889
# check prerequisites-3 success:    1
10890
10890
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
10891
10891
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
11387
11387
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
11388
11388
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
11389
11389
WHERE f_int1 IN (2,3);
11390
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
11390
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
11391
11391
# check prerequisites-3 success:    1
11392
11392
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
11393
11393
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
11883
11883
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
11884
11884
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
11885
11885
WHERE f_int1 IN (2,3);
11886
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
11886
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
11887
11887
# check prerequisites-3 success:    1
11888
11888
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
11889
11889
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
12393
12393
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
12394
12394
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
12395
12395
WHERE f_int1 IN (2,3);
12396
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
12396
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
12397
12397
# check prerequisites-3 success:    1
12398
12398
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
12399
12399
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
12918
12918
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
12919
12919
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
12920
12920
WHERE f_int1 IN (2,3);
12921
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
12921
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
12922
12922
# check prerequisites-3 success:    1
12923
12923
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
12924
12924
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
13439
13439
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
13440
13440
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
13441
13441
WHERE f_int1 IN (2,3);
13442
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
13442
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
13443
13443
# check prerequisites-3 success:    1
13444
13444
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
13445
13445
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
13954
13954
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
13955
13955
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
13956
13956
WHERE f_int1 IN (2,3);
13957
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
13957
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
13958
13958
# check prerequisites-3 success:    1
13959
13959
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
13960
13960
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
14484
14484
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
14485
14485
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
14486
14486
WHERE f_int1 IN (2,3);
14487
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
14487
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
14488
14488
# check prerequisites-3 success:    1
14489
14489
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
14490
14490
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
15010
15010
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
15011
15011
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
15012
15012
WHERE f_int1 IN (2,3);
15013
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
15013
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
15014
15014
# check prerequisites-3 success:    1
15015
15015
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
15016
15016
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
15528
15528
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
15529
15529
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
15530
15530
WHERE f_int1 IN (2,3);
15531
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
15531
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
15532
15532
# check prerequisites-3 success:    1
15533
15533
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
15534
15534
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
16039
16039
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
16040
16040
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
16041
16041
WHERE f_int1 IN (2,3);
16042
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
16042
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
16043
16043
# check prerequisites-3 success:    1
16044
16044
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
16045
16045
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
16549
16549
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
16550
16550
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
16551
16551
WHERE f_int1 IN (2,3);
16552
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
16552
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
16553
16553
# check prerequisites-3 success:    1
16554
16554
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
16555
16555
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
17074
17074
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
17075
17075
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
17076
17076
WHERE f_int1 IN (2,3);
17077
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
17077
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
17078
17078
# check prerequisites-3 success:    1
17079
17079
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
17080
17080
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
17595
17595
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
17596
17596
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
17597
17597
WHERE f_int1 IN (2,3);
17598
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
17598
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
17599
17599
# check prerequisites-3 success:    1
17600
17600
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
17601
17601
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
18110
18110
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
18111
18111
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
18112
18112
WHERE f_int1 IN (2,3);
18113
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
18113
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
18114
18114
# check prerequisites-3 success:    1
18115
18115
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
18116
18116
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
18640
18640
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
18641
18641
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
18642
18642
WHERE f_int1 IN (2,3);
18643
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
18643
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
18644
18644
# check prerequisites-3 success:    1
18645
18645
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
18646
18646
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
19166
19166
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
19167
19167
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
19168
19168
WHERE f_int1 IN (2,3);
19169
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
19169
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
19170
19170
# check prerequisites-3 success:    1
19171
19171
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
19172
19172
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
19684
19684
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
19685
19685
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
19686
19686
WHERE f_int1 IN (2,3);
19687
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
19687
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
19688
19688
# check prerequisites-3 success:    1
19689
19689
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
19690
19690
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
27712
27712
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
27713
27713
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
27714
27714
WHERE f_int1 IN (2,3);
27715
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
27715
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
27716
27716
# check prerequisites-3 success:    1
27717
27717
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
27718
27718
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
28207
28207
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
28208
28208
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
28209
28209
WHERE f_int1 IN (2,3);
28210
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
28210
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
28211
28211
# check prerequisites-3 success:    1
28212
28212
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
28213
28213
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
28717
28717
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
28718
28718
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
28719
28719
WHERE f_int1 IN (2,3);
28720
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
28720
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
28721
28721
# check prerequisites-3 success:    1
28722
28722
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
28723
28723
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
29223
29223
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
29224
29224
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
29225
29225
WHERE f_int1 IN (2,3);
29226
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
29226
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
29227
29227
# check prerequisites-3 success:    1
29228
29228
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
29229
29229
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
29727
29727
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
29728
29728
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
29729
29729
WHERE f_int1 IN (2,3);
29730
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
29730
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
29731
29731
# check prerequisites-3 success:    1
29732
29732
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
29733
29733
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
30242
30242
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
30243
30243
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
30244
30244
WHERE f_int1 IN (2,3);
30245
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
30245
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
30246
30246
# check prerequisites-3 success:    1
30247
30247
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
30248
30248
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
30757
30757
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
30758
30758
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
30759
30759
WHERE f_int1 IN (2,3);
30760
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
30760
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
30761
30761
# check prerequisites-3 success:    1
30762
30762
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
30763
30763
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
31260
31260
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
31261
31261
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
31262
31262
WHERE f_int1 IN (2,3);
31263
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
31263
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
31264
31264
# check prerequisites-3 success:    1
31265
31265
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
31266
31266
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
31756
31756
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
31757
31757
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
31758
31758
WHERE f_int1 IN (2,3);
31759
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
31759
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
31760
31760
# check prerequisites-3 success:    1
31761
31761
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
31762
31762
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
32251
32251
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
32252
32252
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
32253
32253
WHERE f_int1 IN (2,3);
32254
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
32254
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
32255
32255
# check prerequisites-3 success:    1
32256
32256
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
32257
32257
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
32761
32761
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
32762
32762
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
32763
32763
WHERE f_int1 IN (2,3);
32764
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
32764
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
32765
32765
# check prerequisites-3 success:    1
32766
32766
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
32767
32767
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
33267
33267
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
33268
33268
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
33269
33269
WHERE f_int1 IN (2,3);
33270
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
33270
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
33271
33271
# check prerequisites-3 success:    1
33272
33272
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
33273
33273
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
33771
33771
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
33772
33772
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
33773
33773
WHERE f_int1 IN (2,3);
33774
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
33774
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
33775
33775
# check prerequisites-3 success:    1
33776
33776
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
33777
33777
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
34286
34286
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
34287
34287
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
34288
34288
WHERE f_int1 IN (2,3);
34289
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
34289
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
34290
34290
# check prerequisites-3 success:    1
34291
34291
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
34292
34292
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
34801
34801
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
34802
34802
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
34803
34803
WHERE f_int1 IN (2,3);
34804
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
34804
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
34805
34805
# check prerequisites-3 success:    1
34806
34806
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
34807
34807
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
35304
35304
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
35305
35305
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
35306
35306
WHERE f_int1 IN (2,3);
35307
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
35307
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
35308
35308
# check prerequisites-3 success:    1
35309
35309
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
35310
35310
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
35800
35800
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
35801
35801
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
35802
35802
WHERE f_int1 IN (2,3);
35803
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
35803
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
35804
35804
# check prerequisites-3 success:    1
35805
35805
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
35806
35806
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
36295
36295
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
36296
36296
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
36297
36297
WHERE f_int1 IN (2,3);
36298
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
36298
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
36299
36299
# check prerequisites-3 success:    1
36300
36300
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
36301
36301
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
36805
36805
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
36806
36806
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
36807
36807
WHERE f_int1 IN (2,3);
36808
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
36808
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
36809
36809
# check prerequisites-3 success:    1
36810
36810
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
36811
36811
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
37311
37311
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
37312
37312
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
37313
37313
WHERE f_int1 IN (2,3);
37314
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
37314
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
37315
37315
# check prerequisites-3 success:    1
37316
37316
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
37317
37317
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
37815
37815
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
37816
37816
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
37817
37817
WHERE f_int1 IN (2,3);
37818
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
37818
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
37819
37819
# check prerequisites-3 success:    1
37820
37820
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
37821
37821
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
38330
38330
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
38331
38331
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
38332
38332
WHERE f_int1 IN (2,3);
38333
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
38333
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
38334
38334
# check prerequisites-3 success:    1
38335
38335
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
38336
38336
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
38845
38845
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
38846
38846
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
38847
38847
WHERE f_int1 IN (2,3);
38848
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
38848
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
38849
38849
# check prerequisites-3 success:    1
38850
38850
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
38851
38851
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
39348
39348
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
39349
39349
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
39350
39350
WHERE f_int1 IN (2,3);
39351
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
39351
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
39352
39352
# check prerequisites-3 success:    1
39353
39353
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
39354
39354
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
39844
39844
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
39845
39845
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
39846
39846
WHERE f_int1 IN (2,3);
39847
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
39847
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
39848
39848
# check prerequisites-3 success:    1
39849
39849
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
39850
39850
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
40339
40339
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
40340
40340
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
40341
40341
WHERE f_int1 IN (2,3);
40342
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
40342
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
40343
40343
# check prerequisites-3 success:    1
40344
40344
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
40345
40345
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
40849
40849
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
40850
40850
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
40851
40851
WHERE f_int1 IN (2,3);
40852
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
40852
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
40853
40853
# check prerequisites-3 success:    1
40854
40854
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
40855
40855
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
41355
41355
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
41356
41356
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
41357
41357
WHERE f_int1 IN (2,3);
41358
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
41358
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
41359
41359
# check prerequisites-3 success:    1
41360
41360
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
41361
41361
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
41859
41859
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
41860
41860
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
41861
41861
WHERE f_int1 IN (2,3);
41862
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
41862
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
41863
41863
# check prerequisites-3 success:    1
41864
41864
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
41865
41865
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
42374
42374
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
42375
42375
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
42376
42376
WHERE f_int1 IN (2,3);
42377
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
42377
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
42378
42378
# check prerequisites-3 success:    1
42379
42379
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
42380
42380
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
42889
42889
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
42890
42890
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
42891
42891
WHERE f_int1 IN (2,3);
42892
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
42892
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
42893
42893
# check prerequisites-3 success:    1
42894
42894
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
42895
42895
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
43392
43392
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
43393
43393
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
43394
43394
WHERE f_int1 IN (2,3);
43395
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
43395
ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'
43396
43396
# check prerequisites-3 success:    1
43397
43397
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
43398
43398
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
43889
43889
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
43890
43890
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
43891
43891
WHERE f_int1 IN (2,3);
43892
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
43892
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
43893
43893
# check prerequisites-3 success:    1
43894
43894
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
43895
43895
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
44400
44400
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
44401
44401
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
44402
44402
WHERE f_int1 IN (2,3);
44403
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
44403
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
44404
44404
# check prerequisites-3 success:    1
44405
44405
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
44406
44406
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
44926
44926
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
44927
44927
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
44928
44928
WHERE f_int1 IN (2,3);
44929
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
44929
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
44930
44930
# check prerequisites-3 success:    1
44931
44931
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
44932
44932
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
45448
45448
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
45449
45449
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
45450
45450
WHERE f_int1 IN (2,3);
45451
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
45451
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
45452
45452
# check prerequisites-3 success:    1
45453
45453
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
45454
45454
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
45968
45968
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
45969
45969
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
45970
45970
WHERE f_int1 IN (2,3);
45971
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
45971
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
45972
45972
# check prerequisites-3 success:    1
45973
45973
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
45974
45974
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
46499
46499
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
46500
46500
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
46501
46501
WHERE f_int1 IN (2,3);
46502
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
46502
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
46503
46503
# check prerequisites-3 success:    1
46504
46504
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
46505
46505
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
47030
47030
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
47031
47031
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
47032
47032
WHERE f_int1 IN (2,3);
47033
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
47033
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
47034
47034
# check prerequisites-3 success:    1
47035
47035
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
47036
47036
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
47549
47549
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
47550
47550
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
47551
47551
WHERE f_int1 IN (2,3);
47552
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
47552
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
47553
47553
# check prerequisites-3 success:    1
47554
47554
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
47555
47555
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
48061
48061
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
48062
48062
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
48063
48063
WHERE f_int1 IN (2,3);
48064
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
48064
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
48065
48065
# check prerequisites-3 success:    1
48066
48066
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
48067
48067
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
48572
48572
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
48573
48573
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
48574
48574
WHERE f_int1 IN (2,3);
48575
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
48575
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
48576
48576
# check prerequisites-3 success:    1
48577
48577
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
48578
48578
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
49098
49098
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
49099
49099
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
49100
49100
WHERE f_int1 IN (2,3);
49101
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
49101
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
49102
49102
# check prerequisites-3 success:    1
49103
49103
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
49104
49104
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
49620
49620
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
49621
49621
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
49622
49622
WHERE f_int1 IN (2,3);
49623
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
49623
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
49624
49624
# check prerequisites-3 success:    1
49625
49625
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
49626
49626
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
50140
50140
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
50141
50141
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
50142
50142
WHERE f_int1 IN (2,3);
50143
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
50143
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
50144
50144
# check prerequisites-3 success:    1
50145
50145
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
50146
50146
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
50671
50671
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
50672
50672
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
50673
50673
WHERE f_int1 IN (2,3);
50674
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
50674
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
50675
50675
# check prerequisites-3 success:    1
50676
50676
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
50677
50677
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
51202
51202
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
51203
51203
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
51204
51204
WHERE f_int1 IN (2,3);
51205
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
51205
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
51206
51206
# check prerequisites-3 success:    1
51207
51207
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
51208
51208
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
51721
51721
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
51722
51722
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
51723
51723
WHERE f_int1 IN (2,3);
51724
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
51724
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
51725
51725
# check prerequisites-3 success:    1
51726
51726
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
51727
51727
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
52233
52233
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
52234
52234
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
52235
52235
WHERE f_int1 IN (2,3);
52236
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
52236
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
52237
52237
# check prerequisites-3 success:    1
52238
52238
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
52239
52239
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
52744
52744
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
52745
52745
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
52746
52746
WHERE f_int1 IN (2,3);
52747
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
52747
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
52748
52748
# check prerequisites-3 success:    1
52749
52749
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
52750
52750
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
53270
53270
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
53271
53271
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
53272
53272
WHERE f_int1 IN (2,3);
53273
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
53273
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
53274
53274
# check prerequisites-3 success:    1
53275
53275
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
53276
53276
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
53792
53792
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
53793
53793
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
53794
53794
WHERE f_int1 IN (2,3);
53795
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
53795
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
53796
53796
# check prerequisites-3 success:    1
53797
53797
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
53798
53798
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
54312
54312
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
54313
54313
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
54314
54314
WHERE f_int1 IN (2,3);
54315
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
54315
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
54316
54316
# check prerequisites-3 success:    1
54317
54317
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
54318
54318
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
54843
54843
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
54844
54844
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
54845
54845
WHERE f_int1 IN (2,3);
54846
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
54846
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
54847
54847
# check prerequisites-3 success:    1
54848
54848
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
54849
54849
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
55374
55374
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
55375
55375
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
55376
55376
WHERE f_int1 IN (2,3);
55377
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
55377
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
55378
55378
# check prerequisites-3 success:    1
55379
55379
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
55380
55380
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
55893
55893
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
55894
55894
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
55895
55895
WHERE f_int1 IN (2,3);
55896
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
55896
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
55897
55897
# check prerequisites-3 success:    1
55898
55898
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
55899
55899
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
56405
56405
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
56406
56406
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
56407
56407
WHERE f_int1 IN (2,3);
56408
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
56408
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
56409
56409
# check prerequisites-3 success:    1
56410
56410
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
56411
56411
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
56916
56916
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
56917
56917
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
56918
56918
WHERE f_int1 IN (2,3);
56919
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
56919
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
56920
56920
# check prerequisites-3 success:    1
56921
56921
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
56922
56922
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
57442
57442
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
57443
57443
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
57444
57444
WHERE f_int1 IN (2,3);
57445
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
57445
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
57446
57446
# check prerequisites-3 success:    1
57447
57447
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
57448
57448
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
57964
57964
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
57965
57965
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
57966
57966
WHERE f_int1 IN (2,3);
57967
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
57967
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
57968
57968
# check prerequisites-3 success:    1
57969
57969
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
57970
57970
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
58484
58484
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
58485
58485
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
58486
58486
WHERE f_int1 IN (2,3);
58487
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
58487
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
58488
58488
# check prerequisites-3 success:    1
58489
58489
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
58490
58490
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
59015
59015
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
59016
59016
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
59017
59017
WHERE f_int1 IN (2,3);
59018
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
59018
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
59019
59019
# check prerequisites-3 success:    1
59020
59020
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
59021
59021
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
59546
59546
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
59547
59547
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
59548
59548
WHERE f_int1 IN (2,3);
59549
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
59549
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
59550
59550
# check prerequisites-3 success:    1
59551
59551
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
59552
59552
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
60065
60065
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
60066
60066
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
60067
60067
WHERE f_int1 IN (2,3);
60068
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
60068
ERROR 23000: Duplicate entry '2-2' for key 'uidx'
60069
60069
# check prerequisites-3 success:    1
60070
60070
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
60071
60071
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)