Return-Path: X-Original-To: apmail-kylin-commits-archive@minotaur.apache.org Delivered-To: apmail-kylin-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CE6B17F27 for ; Fri, 3 Apr 2015 23:13:33 +0000 (UTC) Received: (qmail 50296 invoked by uid 500); 3 Apr 2015 23:13:33 -0000 Delivered-To: apmail-kylin-commits-archive@kylin.apache.org Received: (qmail 50256 invoked by uid 500); 3 Apr 2015 23:13:33 -0000 Mailing-List: contact commits-help@kylin.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.incubator.apache.org Delivered-To: mailing list commits@kylin.incubator.apache.org Received: (qmail 50237 invoked by uid 99); 3 Apr 2015 23:13:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2015 23:13:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 03 Apr 2015 23:13:32 +0000 Received: (qmail 49986 invoked by uid 99); 3 Apr 2015 23:13:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2015 23:13:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ED49AE2F62; Fri, 3 Apr 2015 23:13:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: liyang@apache.org To: commits@kylin.incubator.apache.org Date: Fri, 03 Apr 2015 23:13:19 -0000 Message-Id: <9064e13ed6a24ea98afc0c22874a2971@git.apache.org> In-Reply-To: <159b29022c524c7289c2ba15363cbc67@git.apache.org> References: <159b29022c524c7289c2ba15363cbc67@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/12] incubator-kylin git commit: Merge pull request #452 from jd-ode/staging X-Virus-Checked: Checked by ClamAV on apache.org Merge pull request #452 from jd-ode/staging JDBC Driver not register into DriverManager. Thanks to romansew! Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/43cf0a49 Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/43cf0a49 Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/43cf0a49 Branch: refs/heads/staging Commit: 43cf0a4953dcbe9a867765c105b35917fc5a1770 Parents: 2679d0e 959d0f6 Author: liyang-gmt8 Authored: Sat Apr 4 07:05:08 2015 +0800 Committer: liyang-gmt8 Committed: Sat Apr 4 07:05:08 2015 +0800 ---------------------------------------------------------------------- jdbc/src/main/java/org/apache/kylin/jdbc/Driver.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ----------------------------------------------------------------------