From 93cd4e7de36ee38fe99dbd5d32ef2a1909e4a714 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Wed, 28 Mar 2018 10:57:51 +0300 Subject: [PATCH] MXS-1625 Remove rwsplit_tmp_table_multi.cc Contains no functionality anymore. --- .../routing/readwritesplit/CMakeLists.txt | 1 - .../readwritesplit/rwsplit_tmp_table_multi.cc | 37 ------------------- 2 files changed, 38 deletions(-) delete mode 100644 server/modules/routing/readwritesplit/rwsplit_tmp_table_multi.cc diff --git a/server/modules/routing/readwritesplit/CMakeLists.txt b/server/modules/routing/readwritesplit/CMakeLists.txt index d2741b3aa..30ac45dd0 100644 --- a/server/modules/routing/readwritesplit/CMakeLists.txt +++ b/server/modules/routing/readwritesplit/CMakeLists.txt @@ -6,7 +6,6 @@ rwsplit_mysql.cc rwsplit_route_stmt.cc rwsplit_select_backends.cc rwsplit_session_cmd.cc -rwsplit_tmp_table_multi.cc rwsplit_ps.cc) target_link_libraries(readwritesplit maxscale-common mysqlcommon) set_target_properties(readwritesplit PROPERTIES VERSION "1.0.2") diff --git a/server/modules/routing/readwritesplit/rwsplit_tmp_table_multi.cc b/server/modules/routing/readwritesplit/rwsplit_tmp_table_multi.cc deleted file mode 100644 index 36a59de0d..000000000 --- a/server/modules/routing/readwritesplit/rwsplit_tmp_table_multi.cc +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Copyright (c) 2016 MariaDB Corporation Ab - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file and at www.mariadb.com/bsl11. - * - * Change Date: 2020-01-01 - * - * On the date above, in accordance with the Business Source License, use - * of this software will be governed by version 2 or later of the General - * Public License. - */ - -#include "readwritesplit.hh" -#include "rwsplit_internal.hh" - -#include -#include -#include -#include -#include - -#include -#include -#include - -/** - * The functions that carry out checks on statements to see if they involve - * various operations involving temporary tables or multi-statement queries. - */ - -/* - * The following are to do with checking whether the statement refers to - * temporary tables, or is a multi-statement request. Maybe they belong - * somewhere else, outside this router. Perhaps in the query classifier? - */ -