Commit 4d254ef4 authored by Nirbhay Choubey's avatar Nirbhay Choubey

* Fixed debian dist file names.

* Fixed failing test results.
* Updated tztime.cc (lp:1161432).
parent 4a6be51f
......@@ -26,6 +26,7 @@ SET @@autocommit= OFF;
SHOW VARIABLES LIKE '%autocommit%';
Variable_name Value
autocommit OFF
wsrep_retry_autocommit 1
CREATE TRIGGER test_trg_1 BEFORE UPDATE ON tp FOR EACH ROW
BEGIN
ALTER TABLE tp EXCHANGE PARTITION p0 WITH TABLE t_10;
......
......@@ -20,7 +20,8 @@ perl;
# their paths may vary:
@skipvars=qw/basedir open-files-limit general-log-file log plugin-dir
log-slow-queries pid-file slow-query-log-file log-basename
datadir slave-load-tmpdir tmpdir socket thread-pool-size/;
datadir slave-load-tmpdir tmpdir socket thread-pool-size
wsrep-node-name/;
# Plugins which may or may not be there:
@plugins=qw/innodb ndb archive blackhole federated partition ndbcluster
......
......@@ -2590,6 +2590,9 @@ main(int argc, char **argv)
return 1;
}
// Replicate MyISAM DDL for this session, cf. lp:1161432
printf("SET SESSION wsrep_replicate_myisam=ON;\n");
if (argc == 2)
{
root_name_end= strmake_buf(fullname, argv[1]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment