mariadb/mysql-test/suite
Michael Widenius 680288873c Fix for MDEV-5168: MariaDB returns warnings for INSERT IGNORE
Added variable "OLD_MODE" that can be used to turn off the new behavior

mysql-test/r/insert.result:
  Added test case
mysql-test/r/mysqld--help.result:
  Added old_mode
mysql-test/suite/sys_vars/r/old_mode_basic.result:
  Added testing of new variable
mysql-test/suite/sys_vars/t/old_mode_basic.test:
  Added testing of new variable
mysql-test/t/insert.test:
  Added test case
sql/sql_class.h:
  Added bit flags for OLD_MODE
sql/sql_insert.cc:
  Disable duplicate key warnings for INSERT IGNORE of OLD_MODE NO_DUP_KEY_WARNINGS_WITH_IGNORE is used
sql/sql_show.cc:
  Don't show progress reporting on SHOW PROCESSLIST if OLD_MODE NO_PROGRESS_INFO is used
sql/sys_vars.cc:
  Added OLD_MODE
2014-01-26 21:48:42 +01:00
..
archive MDEV-4444 Server crashes with "safe_mutex: Trying to destroy a mutex share->mutex that was locked" on attempt to recover an archive table 2013-06-13 15:13:13 +02:00
binlog MDEV-5453 Assertion `src' fails in my_strnxfrm_unicode on GROUP BY MID(..) WITH ROLLUP 2013-12-17 15:19:26 +04:00
csv automatic merge 2012-05-03 16:00:41 +03:00
engines remove PBXT 2013-08-30 11:25:49 +02:00
federated MDEV-4468 Assertion `error != 0' fails or timeout occurs on select from a FEDERATED table which points at a non-existent table 2013-06-07 15:35:13 +02:00
funcs_1 MDEV-5133: Test suite tests *_func_view fail in time zones East of UTC+3 2013-10-23 15:22:47 +03:00
funcs_2 overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
handler MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
heap 5.3->5.5 merge 2013-02-28 22:47:29 +01:00
innodb MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
jp overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
large_tests
manual
maria Fixed MDEV-4970: Wrong result with Aria table populated with disabled keys 2014-01-25 15:41:08 +02:00
mtr/t overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
mtr2 Fix for overlayed include files on Windows and a test case 2013-11-10 14:37:32 +04:00
optimizer_unfixed_bugs Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
oqgraph 1. support for testing statically built oqgraph 2012-03-30 22:15:44 +02:00
parts MDEV-5421 Assertion `! is_set()' fails on INSERT IGNORE when a table has no partition for a value 2014-01-23 00:03:05 +01:00
percona merged with XtraDB 1.1.8-26.0 2012-06-15 14:54:23 +02:00
perfschema merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
perfschema_stress mysql-5.5 merge 2012-01-16 20:16:35 +01:00
plugins MDEV-5419 no audit events for warnings converted to errors in the strict mode. 2014-01-24 06:07:22 +04:00
rpl MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
sphinx MDEV-3883 Show global status not in order 2013-01-08 21:23:40 +01:00
storage_engine A fix for MySQL#65146 introduced a new warning. 2013-11-28 19:54:07 +04:00
stress
sys_vars Fix for MDEV-5168: MariaDB returns warnings for INSERT IGNORE 2014-01-26 21:48:42 +01:00
unit
vcol Merge 5.3->5.5. 2013-08-18 19:58:51 -07:00