diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-12-22 17:11:16 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-12-22 17:11:16 +0100 |
commit | 20be6dbe9cda2406be5673d887ed8508ef3a6265 (patch) | |
tree | 89b93c1c9cb2bea5641b3024b679ed78fdc7c277 /sql/sql_class.cc | |
parent | 0562261336e1384e00f3c5e10f70096a5789600d (diff) | |
download | mariadb-git-20be6dbe9cda2406be5673d887ed8508ef3a6265.tar.gz |
remove duplicate function (see thd_tx_isolation())
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r-- | sql/sql_class.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc index eef5671f9c3..d1c3bc25210 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -4191,11 +4191,6 @@ extern "C" unsigned long thd_get_thread_id(const MYSQL_THD thd) return((unsigned long)thd->thread_id); } -extern "C" enum_tx_isolation thd_get_trx_isolation(const MYSQL_THD thd) -{ - return thd->tx_isolation; -} - /** Check if THD socket is still connected. */ |