diff options
author | Michael Widenius <monty@askmonty.org> | 2011-02-20 15:22:10 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-02-20 15:22:10 +0200 |
commit | 2c7d6f12ee10903c3002bba42ee15abc2b89fa8e (patch) | |
tree | 0909e308c2351c451a6fab3b75c3e1d89b3a5bdb /.bzrignore | |
parent | 26aa83bfc0c0b2679bb9ce89232ce434a1695a5f (diff) | |
download | mariadb-git-2c7d6f12ee10903c3002bba42ee15abc2b89fa8e.tar.gz |
Added HandlerSocket plugin
- Fixed compiler errors
- Modified Makefiles to be part of plugin directory
- Some minor changes in database.cpp to use the new MariaDB handler interface
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index f49e2f72922..2ba5ecd583f 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1943,3 +1943,4 @@ storage/pbxt/bin/xtstat libmysqld/sql_expression_cache.cc mysql-test/mtr_command scripts/convert-debug-for-diff +plugin/handler_socket/client/hsclient |