mariadb/mysql-test/suite
Nirbhay Choubey 4ee28865f6 MDEV-5146 : Bulk loads into partitioned table not working
When wsrep is enabled, for any update on innodb tables, the
corresponding keys are appended to galera's transaction writeset
(wsrep_append_keys()). However, for LOAD DATA, this got skipped
if binary logging was disabled or it was non-ROW based.
As a result, while the updates from LOAD DATA on non-partitioned
tables replicated fine as wsrep implicitly enables binary logging
(if not enabled, explicitly), the same did not work on partitioned
tables as for partitioned tables the binary logging gets disabled
temporarily (ha_partition::write_row()).

Fixed by removing the unwanted conditions from the check.
Also backported some changes from 10.0-galera to make sure
wsrep_load_data_splitting affects LOAD DATA commands only.
2015-08-20 20:55:52 -04:00
..
archive mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
binlog Merge tag 'mariadb-5.5.45' into 5.5-galera 2015-08-07 17:02:51 -04:00
csv
engines MDEV-6378 mtr engines iuds time tests fail 2014-07-28 13:31:46 +04:00
federated different fix for internal Oracle MySQL bug#16324629 that doesn't crash 2014-02-17 11:09:33 +01:00
funcs_1 Merge branch 'mysql-5.1' into mysql-5.5 2015-04-27 14:46:40 +05:30
funcs_2
galera MDEV-5146 : Bulk loads into partitioned table not working 2015-08-20 20:55:52 -04:00
handler MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
heap MDEV-4813 Replication fails on updating a MEMORY table with an index using btree 2014-10-07 10:54:14 +02:00
innodb Fix for some failing tests. 2015-08-14 13:45:52 -04:00
innodb_zip MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
jp
large_tests
manual
maria MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabled 2015-06-09 23:24:03 +04:00
mtr/t
mtr2 Fix for overlayed include files on Windows and a test case 2013-11-10 14:37:32 +04:00
ndb Bug #18075170 SQL NODE RESTART REQUIRED TO 2015-05-11 16:05:50 +05:30
optimizer_unfixed_bugs CRLF->LF 2015-06-02 22:07:47 +02:00
oqgraph
parts Merge tag 'mysql-5.5.44' into bb-5.5-serg 2015-06-05 02:06:51 +02:00
percona MDEV-7692 MariaDB - mysql-test - SUITE:percona - percona.innodb_sys_index 'xtradb' fails - @@version_comment 2015-03-12 18:53:31 +02:00
perfschema cleanup: remove unused THD::COND_wsrep_thd 2015-02-19 17:28:18 -05:00
perfschema_stress mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
plugins MDEV-8211 plugins.server_audit fails sporadically in buildbot. 2015-06-08 21:55:52 +05:00
rpl MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1 2015-07-17 00:06:27 +03:00
sphinx MDEV-8050 sphinx test cases cannot run with sphinxsearch-2.2.6 2015-06-08 21:48:19 +02:00
storage_engine Sporadic failure in storage_engine/trx.xa_recovery test 2014-11-17 20:10:57 +04:00
stress
sys_vars Merge tag 'mariadb-5.5.44' into 5.5-galera 2015-06-21 21:50:43 -04:00
unit
vcol MDEV-7113 difference between check_vcol_func_processor and check_partition_func_processor 2014-11-18 15:42:40 +01:00
wsrep Fix for a typo. 2015-08-18 17:03:28 -04:00