~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_basic_myisam.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:
7774
7774
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
7775
7775
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
7776
7776
WHERE f_int1 IN (2,3);
7777
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
7777
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
7778
7778
# check prerequisites-3 success:    1
7779
7779
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
7780
7780
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
8293
8293
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
8294
8294
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
8295
8295
WHERE f_int1 IN (2,3);
8296
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
8296
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
8297
8297
# check prerequisites-3 success:    1
8298
8298
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
8299
8299
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
8833
8833
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
8834
8834
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
8835
8835
WHERE f_int1 IN (2,3);
8836
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
8836
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
8837
8837
# check prerequisites-3 success:    1
8838
8838
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
8839
8839
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
9365
9365
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
9366
9366
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
9367
9367
WHERE f_int1 IN (2,3);
9368
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
9368
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
9369
9369
# check prerequisites-3 success:    1
9370
9370
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
9371
9371
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
9897
9897
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
9898
9898
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
9899
9899
WHERE f_int1 IN (2,3);
9900
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
9900
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
9901
9901
# check prerequisites-3 success:    1
9902
9902
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
9903
9903
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
10442
10442
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
10443
10443
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
10444
10444
WHERE f_int1 IN (2,3);
10445
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
10445
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
10446
10446
# check prerequisites-3 success:    1
10447
10447
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
10448
10448
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
10989
10989
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
10990
10990
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
10991
10991
WHERE f_int1 IN (2,3);
10992
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
10992
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
10993
10993
# check prerequisites-3 success:    1
10994
10994
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
10995
10995
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
11524
11524
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
11525
11525
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
11526
11526
WHERE f_int1 IN (2,3);
11527
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
11527
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
11528
11528
# check prerequisites-3 success:    1
11529
11529
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
11530
11530
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
12043
12043
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
12044
12044
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
12045
12045
WHERE f_int1 IN (2,3);
12046
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
12046
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
12047
12047
# check prerequisites-3 success:    1
12048
12048
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
12049
12049
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
12562
12562
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
12563
12563
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
12564
12564
WHERE f_int1 IN (2,3);
12565
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
12565
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
12566
12566
# check prerequisites-3 success:    1
12567
12567
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
12568
12568
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
13102
13102
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
13103
13103
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
13104
13104
WHERE f_int1 IN (2,3);
13105
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
13105
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
13106
13106
# check prerequisites-3 success:    1
13107
13107
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
13108
13108
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
13634
13634
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
13635
13635
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
13636
13636
WHERE f_int1 IN (2,3);
13637
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
13637
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
13638
13638
# check prerequisites-3 success:    1
13639
13639
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
13640
13640
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
14166
14166
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
14167
14167
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
14168
14168
WHERE f_int1 IN (2,3);
14169
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
14169
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
14170
14170
# check prerequisites-3 success:    1
14171
14171
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
14172
14172
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
14709
14709
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
14710
14710
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
14711
14711
WHERE f_int1 IN (2,3);
14712
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
14712
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
14713
14713
# check prerequisites-3 success:    1
14714
14714
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
14715
14715
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
15252
15252
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
15253
15253
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
15254
15254
WHERE f_int1 IN (2,3);
15255
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
15255
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
15256
15256
# check prerequisites-3 success:    1
15257
15257
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
15258
15258
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)
15787
15787
SELECT f_int1, f_int1, CAST(f_int1 AS CHAR),
15788
15788
CAST(f_int1 AS CHAR), 'delete me' FROM t0_template
15789
15789
WHERE f_int1 IN (2,3);
15790
 
ERROR 23000: Can't write; duplicate key in table 't1'
 
15790
ERROR 23000: Duplicate entry '2-2' for key 'uidx1'
15791
15791
# check prerequisites-3 success:    1
15792
15792
# INFO: f_int1 AND/OR f_int2 AND/OR (f_int1,f_int2) is UNIQUE
15793
15793
INSERT INTO t1 (f_int1, f_int2, f_char1, f_char2, f_charbig)