Updated replication_listener and table_replication_consistency with up-to-date licensing information.

This commit is contained in:
Markus Makela
2014-10-01 15:08:24 +03:00
parent 3053775592
commit 5fa7e4bf71
14 changed files with 37 additions and 37 deletions

View File

@ -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 ="";