mariadb/mysql-test
marko 9226817201 branches/zip: Merge revisions 5233:5341 from branches/5.1:
------------------------------------------------------------------------
  r5233 | marko | 2009-06-03 15:12:44 +0300 (Wed, 03 Jun 2009) | 11 lines

  branches/5.1: Merge the test case from r5232 from branches/5.0:
    ------------------------------------------------------------------------
    r5232 | marko | 2009-06-03 14:31:04 +0300 (Wed, 03 Jun 2009) | 21 lines

    branches/5.0: Merge r3590 from branches/5.1 in order to fix Bug #40565
    (Update Query Results in "1 Row Affected" But Should Be "Zero Rows").

    Also, add a test case for Bug #40565.

    rb://128 approved by Heikki Tuuri
    ------------------------------------------------------------------------
  ------------------------------------------------------------------------
  r5243 | sunny | 2009-06-04 03:17:14 +0300 (Thu, 04 Jun 2009) | 14 lines

  branches/5.1: When the InnoDB and MySQL data dictionaries go out of sync, before
  the bug fix we would assert on missing autoinc columns. With this fix we allow
  MySQL to open the table but set the next autoinc value for the column to the
  MAX value. This effectively disables the next value generation. INSERTs will
  fail with a generic AUTOINC failure. However, the user should be able to
  read/dump the table, set the column values explicitly, use ALTER TABLE to
  set the next autoinc value and/or sync the two data dictionaries to resume
  normal operations.

  Fix Bug#44030 Error: (1500) Couldn't read the MAX(ID) autoinc value from the
  index (PRIMARY)

  rb://118
  ------------------------------------------------------------------------
  r5252 | sunny | 2009-06-04 10:16:24 +0300 (Thu, 04 Jun 2009) | 2 lines

  branches/5.1: The version of the result file checked in was broken in r5243.
  ------------------------------------------------------------------------
  r5259 | vasil | 2009-06-05 10:29:16 +0300 (Fri, 05 Jun 2009) | 7 lines

  branches/5.1:

  Remove the word "Error" from the printout because the mysqltest suite
  interprets it as an error and thus the innodb-autoinc test fails.

  Approved by:	Sunny (via IM)
  ------------------------------------------------------------------------
  r5339 | marko | 2009-06-17 11:01:37 +0300 (Wed, 17 Jun 2009) | 2 lines

  branches/5.1: Add missing #include "mtr0log.h" so that the code compiles
  with -DUNIV_MUST_NOT_INLINE.

  (null merge; this had already been committed in branches/zip)
  ------------------------------------------------------------------------
  r5340 | marko | 2009-06-17 12:11:49 +0300 (Wed, 17 Jun 2009) | 4 lines

  branches/5.1: row_unlock_for_mysql(): When the clustered index is unknown,
  refuse to unlock the record.
  (Bug #45357, caused by the fix of Bug #39320).
  rb://132 approved by Sunny Bains.
  ------------------------------------------------------------------------
2009-06-17 09:15:32 +00:00
..
patches branches/zip: 2009-03-18 09:53:53 +00:00
ctype_innodb_like.inc Import 5.0 code. 2005-10-27 07:29:40 +00:00
have_innodb.inc branches/zip: Merge 2295:2367 from branches/5.1. 2008-03-17 14:09:44 +00:00
innodb-analyze.result branches/zip: 2008-09-15 10:40:44 +00:00
innodb-analyze.test branches/zip: 2008-09-15 10:40:44 +00:00
innodb-autoinc.result branches/zip: Merge revisions 5233:5341 from branches/5.1: 2009-06-17 09:15:32 +00:00
innodb-autoinc.test branches/zip: Merge revisions 5233:5341 from branches/5.1: 2009-06-17 09:15:32 +00:00
innodb-index.inc branches/zip: 2007-11-21 10:47:08 +00:00
innodb-index.result branches/zip: Refuse to use newly created indexes that may lack 2009-04-02 12:23:12 +00:00
innodb-index.test branches/zip: Refuse to use newly created indexes that may lack 2009-04-02 12:23:12 +00:00
innodb-index_ucs2.result branches/zip: 2007-11-21 11:23:05 +00:00
innodb-index_ucs2.test branches/zip: 2007-11-21 11:23:05 +00:00
innodb-lock.result Import 5.0 code. 2005-10-27 07:29:40 +00:00
innodb-lock.test branches/zip: Merge revisions 1322:1402 from trunk. 2007-04-02 05:39:41 +00:00
innodb-master.opt branches/zip: Merge revisions 265:459 from trunk. 2006-04-12 09:32:17 +00:00
innodb-replace.result branches/zip: Merge 2489:2524 from branches/5.1: 2008-07-01 06:53:40 +00:00
innodb-replace.test branches/zip: Merge 2489:2524 from branches/5.1: 2008-07-01 06:53:40 +00:00
innodb-semi-consistent-master.opt branches/zip: Merge revisions 3598:3601 from branches/5.1: 2009-01-05 10:54:53 +00:00
innodb-semi-consistent.result branches/zip: Merge revisions 4359:4400 from branches/5.1: 2009-03-12 08:26:40 +00:00
innodb-semi-consistent.test branches/zip: Merge revisions 4359:4400 from branches/5.1: 2009-03-12 08:26:40 +00:00
innodb-timeout.result branches/zip: Make innodb_lock_wait_timeout a settable session variable 2008-10-03 09:24:23 +00:00
innodb-timeout.test branches/zip: Make innodb_lock_wait_timeout a settable session variable 2008-10-03 09:24:23 +00:00
innodb-use-sys-malloc-master.opt branches/zip: Implement the parameter innodb_use_sys_malloc 2009-01-02 13:10:50 +00:00
innodb-use-sys-malloc.result branches/zip: Implement the parameter innodb_use_sys_malloc 2009-01-02 13:10:50 +00:00
innodb-use-sys-malloc.test branches/zip: Implement the parameter innodb_use_sys_malloc 2009-01-02 13:10:50 +00:00
innodb-zip.result branches/zip: 2009-02-25 19:33:32 +00:00
innodb-zip.test branches/zip: 2009-02-25 19:33:32 +00:00
innodb.result branches/zip rb://131 2009-06-11 12:15:41 +00:00
innodb.test branches/zip: innodb.test: Adjust the tolerance of 2009-06-16 12:23:10 +00:00
innodb_bug34053.result branches/zip: Merge 2263:2295 from branches/5.1. 2008-02-18 20:09:03 +00:00
innodb_bug34053.test branches/zip: Merge 2295:2367 from branches/5.1. 2008-03-17 14:09:44 +00:00
innodb_bug34300.result branches/zip: Merge 2367:2384 from branches/5.1. 2008-03-26 17:14:00 +00:00
innodb_bug34300.test branches/zip: 2008-12-09 09:49:03 +00:00
innodb_bug35220.result branches/zip: Merge 2367:2384 from branches/5.1. 2008-03-26 17:14:00 +00:00
innodb_bug35220.test branches/zip: Merge 2367:2384 from branches/5.1. 2008-03-26 17:14:00 +00:00
innodb_bug36169.result branches/zip: 2008-04-23 05:45:19 +00:00
innodb_bug36169.test branches/zip: Always check for "row too large" when executing SQL to create 2008-11-20 10:22:40 +00:00
innodb_bug36172.result branches/zip: Fix bug# 36172. The zip code changes a precondition that a 2008-05-08 10:08:09 +00:00
innodb_bug36172.test branches/zip: Prevent infinite B-tree page splits by ensuring that 2008-09-17 06:23:52 +00:00
innodb_bug40360.result branches/zip: 2008-10-30 10:17:23 +00:00
innodb_bug40360.test branches/zip: 2008-10-30 10:17:23 +00:00
innodb_bug40565.result branches/zip: Merge revisions 5148:5233 from branches/5.1: 2009-06-03 11:26:41 +00:00
innodb_bug40565.test branches/zip: Merge revisions 5148:5233 from branches/5.1: 2009-06-03 11:26:41 +00:00
innodb_bug41904.result branches/zip: Add the tests that were forgotten from r3795. 2009-01-07 14:19:32 +00:00
innodb_bug41904.test branches/zip: Add the tests that were forgotten from r3795. 2009-01-07 14:19:32 +00:00
innodb_bug42101-nonzero-master.opt branches/zip: Merge revisions 4976:4994 from branches/5.1: 2009-05-14 11:31:43 +00:00
innodb_bug42101-nonzero.result branches/zip: Merge revisions 4976:4994 from branches/5.1: 2009-05-14 11:31:43 +00:00
innodb_bug42101-nonzero.test branches/zip: Merge revisions 4976:4994 from branches/5.1: 2009-05-14 11:31:43 +00:00
innodb_bug42101.result branches/zip: Merge revisions 4976:4994 from branches/5.1: 2009-05-14 11:31:43 +00:00
innodb_bug42101.test branches/zip: Merge revisions 4976:4994 from branches/5.1: 2009-05-14 11:31:43 +00:00
innodb_bug44032.result branches/zip: Adjust r4673 as in the merge to branches/6.0 -r4676. 2009-04-07 12:19:31 +00:00
innodb_bug44032.test branches/zip: Adjust r4673 as in the merge to branches/6.0 -r4676. 2009-04-07 12:19:31 +00:00
innodb_bug45357.result branches/zip: Merge revisions 5233:5341 from branches/5.1: 2009-06-17 09:15:32 +00:00
innodb_bug45357.test branches/zip: Merge revisions 5233:5341 from branches/5.1: 2009-06-17 09:15:32 +00:00
innodb_information_schema.result branches/zip: 2007-11-21 12:01:36 +00:00
innodb_information_schema.test branches/zip: INFORMATION_SCHEMA.INNODB_LOCKS: Quote lock_table, lock_index. 2007-11-21 08:46:11 +00:00
innodb_trx_weight.inc branches/zip: Merge 1553:1556 from trunk. 2007-06-08 07:05:17 +00:00
innodb_trx_weight.result branches/zip: Merge 1493:1533 from trunk. 2007-05-29 08:48:16 +00:00
innodb_trx_weight.test branches/zip: Merge 1575:1664 from trunk. 2007-08-01 11:18:43 +00:00