mariadb/mysql-test
marko ae9752c3d6 branches/zip: Merge revisions 6471:6538 from branches/5.1:
------------------------------------------------------------------------
  r6488 | sunny | 2010-01-21 02:55:08 +0200 (Thu, 21 Jan 2010) | 2 lines
  Changed paths:
     M /branches/5.1/mysql-test/innodb-autoinc.result
     M /branches/5.1/mysql-test/innodb-autoinc.test

  branches/5.1: Factor out test for bug#44030 from innodb-autoinc.test
  into a separate test/result files.
  ------------------------------------------------------------------------
  r6489 | sunny | 2010-01-21 02:57:50 +0200 (Thu, 21 Jan 2010) | 2 lines
  Changed paths:
     A /branches/5.1/mysql-test/innodb-autoinc-44030.result
     A /branches/5.1/mysql-test/innodb-autoinc-44030.test

  branches/5.1: Factor out test for bug#44030 from innodb-autoinc.test
  into a separate test/result files.
  ------------------------------------------------------------------------
  r6492 | sunny | 2010-01-21 09:38:35 +0200 (Thu, 21 Jan 2010) | 1 line
  Changed paths:
     M /branches/5.1/mysql-test/innodb-autoinc-44030.test

  branches/5.1: Add reference to bug#47621 in the comment.
  ------------------------------------------------------------------------
  r6535 | sunny | 2010-01-30 00:08:40 +0200 (Sat, 30 Jan 2010) | 11 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc

  branches/5.1: Undo the change from r6424. We need to return DB_SUCCESS even
  if we were unable to initialize the tabe autoinc value. This is required for
  the open to succeed. The only condition we currently treat as a hard error
  is if the autoinc field instance passed in by MySQL is NULL.

  Previously if the table autoinc value was 0 and the next value was requested
  we had an assertion that would fail. Change that assertion and treat a value
  of 0 to mean that the autoinc system is unavailable. Generation of next
  value will now return failure.

  rb://237
  ------------------------------------------------------------------------
  r6536 | sunny | 2010-01-30 00:13:42 +0200 (Sat, 30 Jan 2010) | 6 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
     M /branches/5.1/mysql-test/innodb-autoinc.result
     M /branches/5.1/mysql-test/innodb-autoinc.test

  branches/5.1: Check *first_value everytime against the column max
  value and  set *first_value to next autoinc if it's > col max value.
  ie.  not rely on what is passed in from MySQL.

  [49497] Error 1467 (ER_AUTOINC_READ_FAILED) on inserting a negative value
  rb://236
  ------------------------------------------------------------------------
  r6537 | sunny | 2010-01-30 00:35:00 +0200 (Sat, 30 Jan 2010) | 2 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
     M /branches/5.1/mysql-test/innodb-autoinc.result
     M /branches/5.1/mysql-test/innodb-autoinc.test

  branches/5.1: Undo r6536.
  ------------------------------------------------------------------------
  r6538 | sunny | 2010-01-30 00:43:06 +0200 (Sat, 30 Jan 2010) | 6 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
     M /branches/5.1/mysql-test/innodb-autoinc.result
     M /branches/5.1/mysql-test/innodb-autoinc.test

  branches/5.1: Check *first_value every time against the column max
  value and  set *first_value to next autoinc if it's > col max value.
  ie.  not rely on what is passed in from MySQL.

  [49497] Error 1467 (ER_AUTOINC_READ_FAILED) on inserting a negative value
  rb://236
  ------------------------------------------------------------------------
2010-02-01 09:31:12 +00:00
..
patches branches/zip: Report duplicate table names 2009-11-17 14:44:20 +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: mysql-test: Pass MTR's internal checks. 2009-08-04 10:42:44 +00:00
innodb-autoinc-44030.result branches/zip: Merge revisions 6471:6538 from branches/5.1: 2010-02-01 09:31:12 +00:00
innodb-autoinc-44030.test branches/zip: Merge revisions 6471:6538 from branches/5.1: 2010-02-01 09:31:12 +00:00
innodb-autoinc.result branches/zip: Merge revisions 6471:6538 from branches/5.1: 2010-02-01 09:31:12 +00:00
innodb-autoinc.test branches/zip: Merge revisions 6471:6538 from branches/5.1: 2010-02-01 09:31:12 +00:00
innodb-consistent-master.opt branches/zip: Prepend loose_ to plugin-only mysql-test options. 2009-11-17 11:51:16 +00:00
innodb-consistent.result branches/zip: Merge revisions 2584:2956 from branches/6.0, 2009-09-19 06:14:25 +00:00
innodb-consistent.test branches/zip: Set svn:eol-style on mysql-test files. 2009-11-17 11:49:15 +00:00
innodb-index.inc branches/zip: 2007-11-21 10:47:08 +00:00
innodb-index.result branches/zip: innodb-index.test: Restore innodb_file_format_check. 2009-11-17 11:52:01 +00:00
innodb-index.test branches/zip: fix bug#49396: innodb.innodb-index test fails in 2010-01-15 23:58:16 +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: Prepend loose_ to plugin-only mysql-test options. 2009-11-17 11:51:16 +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: Prepend loose_ to plugin-only mysql-test options. 2009-11-17 11:51:16 +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: Prepend loose_ to plugin-only mysql-test options. 2009-11-17 11:51:16 +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: Update test result with the WARN_LEVEL_ERROR 2009-10-23 07:45:50 +00:00
innodb-zip.test branches/zip: As a request from mysql, WARN_LEVEL_ERROR cannot 2009-10-22 02:51:07 +00:00
innodb.result branches/zip: Report duplicate table names 2009-11-17 14:44:20 +00:00
innodb.test branches/zip: Merge revisions 6425:6471 from branches/5.1 2010-01-15 23:53:47 +00:00
innodb_bug21704.result branches/zip: Merge r5341:5497 from branches/5.1, skipping: 2009-07-14 06:16:18 +00:00
innodb_bug21704.test branches/zip: Merge r5341:5497 from branches/5.1, skipping: 2009-07-14 06:16:18 +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: mysql-test: Pass MTR's internal checks. 2009-08-04 10:42:44 +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: mysql-test: Pass MTR's internal checks. 2009-08-04 10:42:44 +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: mysql-test: Pass MTR's internal checks. 2009-08-04 10:42:44 +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: Prepend loose_ to plugin-only mysql-test options. 2009-11-17 11:51:16 +00:00
innodb_bug42101-nonzero.result branches/zip: Fix a race condition caused by 2009-06-25 11:55:52 +00:00
innodb_bug42101-nonzero.test branches/zip: Fix a race condition caused by 2009-06-25 11:55:52 +00:00
innodb_bug42101.result branches/zip: Fix a race condition caused by 2009-06-25 11:55:52 +00:00
innodb_bug42101.test branches/zip: Fix a race condition caused by 2009-06-25 11:55:52 +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_bug44369.result branches/zip: Report duplicate table names 2009-11-17 14:44:20 +00:00
innodb_bug44369.test branches/zip: Report duplicate table names 2009-11-17 14:44:20 +00:00
innodb_bug44571.result branches/zip: dict_index_find_cols(): On column name lookup failure, 2009-08-27 10:56:24 +00:00
innodb_bug44571.test branches/zip: dict_index_find_cols(): On column name lookup failure, 2009-08-27 10:56:24 +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_bug46000.result branches/zip: Port bug #46000 related changes from 5.1 to zip 2009-10-22 01:58:39 +00:00
innodb_bug46000.test branches/zip: Port bug #46000 related changes from 5.1 to zip 2009-10-22 01:58:39 +00:00
innodb_bug46676.result branches/zip: add test case for bug#46676 2009-11-12 12:40:43 +00:00
innodb_bug46676.test branches/zip: add test case for bug#46676 2009-11-12 12:40:43 +00:00
innodb_bug47167.result branches/zip: Fix an issue that a local variable defined 2009-11-11 12:27:09 +00:00
innodb_bug47167.test branches/zip: Fix an issue that a local variable defined 2009-11-11 12:27:09 +00:00
innodb_bug47622.result branches/zip: Add index translation table to map mysql index 2010-01-28 16:12:40 +00:00
innodb_bug47622.test branches/zip: Add index translation table to map mysql index 2010-01-28 16:12:40 +00:00
innodb_bug47777.result branches/zip: Merge r5912:6112 from branches/5.1: 2009-10-29 16:15:50 +00:00
innodb_bug47777.test branches/zip: Merge r5912:6112 from branches/5.1: 2009-10-29 16:15:50 +00:00
innodb_file_format.result branches/zip: Fix an issue that a local variable defined 2009-11-11 12:27:09 +00:00
innodb_file_format.test branches/zip: mysql-test: Pass MTR's internal checks. 2009-08-04 10:42:44 +00:00
innodb_information_schema.result branches/zip: 2007-11-21 12:01:36 +00:00
innodb_information_schema.test branches/zip: 2009-10-19 12:04:59 +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