mariadb/mysql-test
marko 06dafb4a39 branches/zip: Report duplicate table names
to the client connection, not to the error log.  This change will allow
innodb-index.test to be re-enabled.  It was previously disabled, because
mysql-test-run does not like output in the error log.

row_create_table_for_mysql(): Do not output anything to the error log
when reporting DB_DUPLICATE_KEY.  Let the caller report the error.
Add a TODO comment that the dict_table_t object is apparently not freed
when an error occurs.

create_table_def(): Convert InnoDB table names to the character set
of the client connection for reporting.  Use my_error(ER_WRONG_COLUMN_NAME)
for reporting reserved column names.  Report my_error(ER_TABLE_EXISTS_ERROR)
when row_create_table_for_mysql() returns DB_DUPLICATE_KEY.

rb://206
2009-11-17 14:44:20 +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.result branches/zip: This test has been problematic for sometime now. The underlying 2009-10-29 23:42:11 +00:00
innodb-autoinc.test branches/zip: Merge r5912:6112 from branches/5.1: 2009-10-29 16:15:50 +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: innodb-index.test: Restore innodb_file_format_check. 2009-11-17 11:52:01 +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: Report duplicate table names 2009-11-17 14:44:20 +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_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