1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-21 06:21:35 +03:00
Files
mariadb/mysql-test/t
Michael Widenius 397fc34f44 Fixes MySQL bug#48972: mysqldump --insert-ignore leaves set unique_checks=0.
This fixes a bug that when you use mysqldump --no-create-info to generate a dump that you want to merge with an existing table,
you can get an innodb table with duplicated unique keys.
Patch orignally by Eric Bergen.


client/mysqldump.c:
  Only use UNIQUE_CHECKS=0 for tables that are created.
  This solves the issue that you can't get duplicate unique keys when merging two dumps.
mysql-test/r/mysqldump.result:
  Test for mysqldump --no-create-info
2011-08-10 13:08:19 +03:00
..
2010-02-25 23:13:11 +04:00
2010-09-12 18:40:01 +02:00
2010-06-10 11:11:52 +02:00
2009-10-28 09:52:34 +02:00
2009-10-28 09:52:34 +02:00
2009-10-28 09:52:34 +02:00
2011-05-12 16:31:54 +02:00
2011-01-25 12:14:28 +05:30
2009-10-28 09:52:34 +02:00
2011-05-02 20:58:45 +03:00
2010-11-25 00:57:34 +02:00
2009-09-29 17:38:40 +02:00
2010-01-15 17:27:55 +02:00
2011-02-20 18:51:43 +02:00
2011-02-20 18:51:43 +02:00
2011-05-03 19:10:10 +03:00
2009-09-08 00:50:10 +04:00
2010-11-25 00:57:34 +02:00
2009-09-08 00:50:10 +04:00
2010-11-25 00:57:34 +02:00
2011-05-02 20:58:45 +03:00
2011-05-02 20:58:45 +03:00
2011-05-02 20:58:45 +03:00
2009-05-06 15:00:14 +05:30
2009-10-28 09:52:34 +02:00
2011-02-20 18:51:43 +02:00
2009-06-09 15:19:13 +02:00
2009-06-09 15:19:13 +02:00
2010-10-19 15:58:35 +02:00
2010-09-09 21:16:01 -07:00
2011-05-02 20:58:45 +03:00
2011-03-29 10:09:05 +02:00
2010-09-06 02:15:34 +03:00
2010-11-23 23:39:59 +02:00
2011-02-20 18:51:43 +02:00
2009-10-28 09:52:34 +02:00
2009-10-28 09:52:34 +02:00
2010-09-06 02:15:34 +03:00
2009-06-25 02:44:14 +04:00
2011-05-02 20:58:45 +03:00
2010-08-25 22:22:33 +02:00
2011-05-02 20:58:45 +03:00
2011-05-02 20:58:45 +03:00
2009-10-28 09:52:34 +02:00
2009-08-12 12:03:05 +02:00
2010-06-14 18:58:52 +02:00
2010-11-25 00:57:34 +02:00
2011-05-02 20:58:45 +03:00
2009-09-08 00:50:10 +04:00
2009-10-28 09:52:34 +02:00
2011-01-14 02:05:10 -08:00
2010-01-15 10:51:39 +02:00
2009-10-28 09:52:34 +02:00
2011-05-02 20:58:45 +03:00
2009-07-03 10:19:32 +02:00
2009-11-27 18:10:28 +02:00
2010-04-08 14:10:05 +02:00
2010-03-21 21:58:19 +01:00
2009-06-10 11:58:36 +03:00
2011-02-20 18:51:43 +02:00
2011-05-02 20:58:45 +03:00
2010-05-26 21:55:40 +03:00
2010-06-10 11:11:52 +02:00
2011-05-02 20:58:45 +03:00
2011-07-21 11:20:55 +03:00