mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
Merge branch '10.0-galera' into 10.1
This commit is contained in:
commit
a98c85bb50
162 changed files with 5627 additions and 860 deletions
|
|
@ -32,4 +32,10 @@ if ($node_3)
|
|||
--connection $node_3
|
||||
--eval SET @@global.auto_increment_offset = $auto_increment_offset_node_3;
|
||||
}
|
||||
|
||||
if ($node_4)
|
||||
{
|
||||
--connection $node_4
|
||||
--eval SET @@global.auto_increment_offset = $auto_increment_offset_node_4;
|
||||
}
|
||||
--enable_query_log
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@
|
|||
# Connection handle for 2nd node
|
||||
# $node_3 (optional)
|
||||
# Connection handle for 3rd node
|
||||
# $node_4 (optional)
|
||||
# Connection handle for 4th node
|
||||
|
||||
if (!$node_1)
|
||||
{
|
||||
|
|
@ -35,3 +37,9 @@ if ($node_3)
|
|||
let $auto_increment_offset_node_3 = `SELECT @@global.auto_increment_offset`;
|
||||
}
|
||||
|
||||
if ($node_4)
|
||||
{
|
||||
--connection $node_4
|
||||
let $auto_increment_offset_node_4 = `SELECT @@global.auto_increment_offset`;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue