diff options
author | monty@hundin.mysql.fi <> | 2001-09-17 17:53:27 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-17 17:53:27 +0300 |
commit | fe1753de5874fc055a9441c6d815f007e89515ba (patch) | |
tree | 0bf9a91a591cb8a20364f84c6e12048a66a548f5 /.bzrignore | |
parent | 295107457f420a6f30e8f915c0cd9d3d8447cc86 (diff) | |
download | mariadb-git-fe1753de5874fc055a9441c6d815f007e89515ba.tar.gz |
Fixed locking problem when using bulk insert
Fixed array overrun when using drop_db
Portability fixes
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 8a43e77a930..de39fc474c6 100644 --- a/.bzrignore +++ b/.bzrignore @@ -402,3 +402,11 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +libmysqld/examples/completion_hash.cc +libmysqld/examples/completion_hash.h +libmysqld/examples/my_readline.h +libmysqld/examples/mysql.cc +libmysqld/examples/mysqltest.c +libmysqld/examples/readline.cc +libmysqld/examples/sql_string.cc +libmysqld/examples/sql_string.h |