Updated replication_listener and table_replication_consistency with up-to-date licensing information.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Copyright (C) 2013, SkySQL Ab
|
||||
Copyright (C) 2013, MariaDB Corporation Ab
|
||||
|
||||
|
||||
This file is distributed as part of the SkySQL Gateway. It is free
|
||||
This file is distributed as part of the MariaDB Corporation MaxScale. It is free
|
||||
software: you can redistribute it and/or modify it under the terms of the
|
||||
GNU General Public License as published by the Free Software Foundation,
|
||||
version 2.
|
||||
@ -76,7 +76,7 @@ tb_replication_consistency_init(
|
||||
replication_listener_t *rpl, /*!< in: Server
|
||||
definition. */
|
||||
size_t n_servers, /*!< in: Number of servers */
|
||||
unsigned int gateway_server_id, /*!< in: Gateway slave
|
||||
unsigned int gateway_server_id, /*!< in: MaxScale slave
|
||||
server id. */
|
||||
int trace_level) /*!< in: Trace level */
|
||||
{
|
||||
@ -288,7 +288,7 @@ int
|
||||
tb_replication_consistency_reconnect(
|
||||
/*=================================*/
|
||||
replication_listener_t* rpl, /*!< in: Server definition.*/
|
||||
unsigned int gateway_server_id) /*!< in: Gateway slave
|
||||
unsigned int gateway_server_id) /*!< in: MaxScale slave
|
||||
server id. */
|
||||
{
|
||||
std::string errmsg ="";
|
||||
|
Reference in New Issue
Block a user